Update custom scripts editor

This commit is contained in:
GriffinR
2023-11-03 02:40:03 -04:00
parent 6ee76f80d1
commit dcba9ececd
11 changed files with 174 additions and 37 deletions

View File

@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>129</width>
<width>151</width>
<height>34</height>
</rect>
</property>
@@ -24,16 +24,12 @@
<number>4</number>
</property>
<item>
<widget class="QToolButton" name="b_Choose">
<widget class="QCheckBox" name="checkBox_Enable">
<property name="toolTip">
<string>Choose a new filepath for this script</string>
<string>If unchecked this script will be ignored</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/folder.ico</normaloff>:/icons/folder.ico</iconset>
<string/>
</property>
</widget>
</item>
@@ -51,12 +47,16 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_Enable">
<widget class="QToolButton" name="b_Choose">
<property name="toolTip">
<string>If unchecked this script will be ignored</string>
<string>Choose a new filepath for this script</string>
</property>
<property name="text">
<string/>
<string>...</string>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/folder.ico</normaloff>:/icons/folder.ico</iconset>
</property>
</widget>
</item>
@@ -70,7 +70,7 @@
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/edit_document.ico</normaloff>:/icons/edit_document.ico</iconset>
<normaloff>:/icons/file_edit.ico</normaloff>:/icons/file_edit.ico</iconset>
</property>
</widget>
</item>