diff options
Diffstat (limited to 'mainwindow.ui')
-rw-r--r-- | mainwindow.ui | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/mainwindow.ui b/mainwindow.ui index e82ca53..c7a03c8 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -20,7 +20,7 @@ <string>Electric Vehicle Parameter Calculator</string> </property> <property name="windowIcon"> - <iconset resource="res.qrc"> + <iconset resource="resources/res.qrc"> <normaloff>:/img/icon.png</normaloff>:/img/icon.png</iconset> </property> <property name="layoutDirection"> @@ -249,9 +249,6 @@ <property name="editable"> <bool>false</bool> </property> - <property name="placeholderText"> - <string notr="true"/> - </property> </widget> </item> <item row="0" column="1"> @@ -329,11 +326,7 @@ </widget> </item> <item row="4" column="1"> - <widget class="QComboBox" name="comboBoxWireMaterial"> - <property name="placeholderText"> - <string/> - </property> - </widget> + <widget class="QComboBox" name="comboBoxWireMaterial"/> </item> </layout> </widget> @@ -441,10 +434,11 @@ </attribute> <addaction name="actionCapture"/> <addaction name="fileLoad"/> + <addaction name="actionactionSettings"/> </widget> <action name="fileLoad"> <property name="icon"> - <iconset resource="res.qrc"> + <iconset resource="resources/res.qrc"> <normaloff>:/img/boxout-th.png</normaloff>:/img/boxout-th.png</iconset> </property> <property name="text"> @@ -456,7 +450,7 @@ </action> <action name="actionCapture"> <property name="icon"> - <iconset resource="res.qrc"> + <iconset resource="resources/res.qrc"> <normaloff>:/img/disk_green.png</normaloff> <normalon>:/img/disk_green.png</normalon>:/img/disk_green.png</iconset> </property> @@ -467,9 +461,21 @@ <string>Save Data</string> </property> </action> + <action name="actionactionSettings"> + <property name="icon"> + <iconset resource="resources/res.qrc"> + <normaloff>:/img/gear.png</normaloff>:/img/gear.png</iconset> + </property> + <property name="text"> + <string>actionSettings</string> + </property> + <property name="toolTip"> + <string>Change Calculator Settings</string> + </property> + </action> </widget> <resources> - <include location="res.qrc"/> + <include location="resources/res.qrc"/> </resources> <connections/> </ui> |