diff options
-rw-r--r-- | client/client.pro.user | 8 | ||||
-rw-r--r-- | client/dbconnector.ui | 2 | ||||
-rw-r--r-- | client/mainwindow.ui | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/client/client.pro.user b/client/client.pro.user index 459f462..66c80ac 100644 --- a/client/client.pro.user +++ b/client/client.pro.user @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE QtCreatorProject> -<!-- Written by QtCreator 8.0.1, 2022-10-30T12:04:23. --> +<!-- Written by QtCreator 8.0.1, 2022-10-30T12:06:18. --> <qtcreator> <data> <variable>EnvironmentId</variable> @@ -235,12 +235,14 @@ <valuelist type="QVariantList" key="CustomOutputParsers"/> <value type="int" key="PE.EnvironmentAspect.Base">2</value> <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value> - <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey"></value> + <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/Users/jregnier/gitOnline/avans-whether-station-Qt/client/client.pro</value> + <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey">/Users/jregnier/gitOnline/avans-whether-station-Qt/client/client.pro</value> <value type="bool" key="RunConfiguration.UseCppDebugger">false</value> <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value> + <value type="bool" key="RunConfiguration.UseLibrarySearchPath">true</value> <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value> <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value> + <value type="QString" key="RunConfiguration.WorkingDirectory.default">/Users/jregnier/gitOnline/avans-whether-station-Qt/build-client-degoede-Debug/client.app/Contents/MacOS</value> </valuemap> <value type="qlonglong" key="ProjectExplorer.Target.RunConfigurationCount">1</value> </valuemap> diff --git a/client/dbconnector.ui b/client/dbconnector.ui index 7cdd611..22e0a64 100644 --- a/client/dbconnector.ui +++ b/client/dbconnector.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Dialog</string> + <string>Settings</string> </property> <widget class="QWidget" name="formLayoutWidget"> <property name="geometry"> diff --git a/client/mainwindow.ui b/client/mainwindow.ui index f8c3a64..e89be1f 100644 --- a/client/mainwindow.ui +++ b/client/mainwindow.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>MainWindow</string> + <string>Weather Station</string> </property> <widget class="QWidget" name="centralwidget"> <widget class="QLabel" name="label"> |