Add option to turn custom scripts on/off

This commit is contained in:
GriffinR
2023-09-05 17:02:35 -04:00
parent d6d27ae8b3
commit 40e8824eca
7 changed files with 127 additions and 67 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>129</width>
<height>30</height>
<height>34</height>
</rect>
</property>
<property name="sizePolicy">
@@ -23,6 +23,20 @@
<property name="bottomMargin">
<number>4</number>
</property>
<item>
<widget class="QToolButton" name="b_Choose">
<property name="toolTip">
<string>Choose a new filepath for this script</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>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_filepath">
<property name="minimumSize">
@@ -37,16 +51,9 @@
</widget>
</item>
<item>
<widget class="QToolButton" name="b_Choose">
<property name="toolTip">
<string>Choose a new filepath for this script</string>
</property>
<widget class="QCheckBox" name="checkBox_Enable">
<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>