summaryrefslogtreecommitdiff
path: root/mainwindow.ui
diff options
context:
space:
mode:
authorJoshua Drake <joshua.drake@ditchwitch.com>2022-11-18 16:06:36 -0600
committerJoshua Drake <joshua.drake@ditchwitch.com>2022-11-18 16:06:36 -0600
commit1ed60cd00cd9fdcc45dab1f81e00dd723858a430 (patch)
tree073251bba5914829268bbf67563837c44a05ad80 /mainwindow.ui
parentaeef870dbed6488483dc8dadfdf57858a9d84b7c (diff)
Made progress on battery class.
Diffstat (limited to 'mainwindow.ui')
-rw-r--r--mainwindow.ui30
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>