You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
115 lines
3.1 KiB
115 lines
3.1 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>PassConfigUi</class> |
|
<widget class="QWidget" name="PassConfigUi"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>356</width> |
|
<height>421</height> |
|
</rect> |
|
</property> |
|
<property name="windowTitle"> |
|
<string>Pass Config</string> |
|
</property> |
|
<layout class="QGridLayout" name="gridLayout_2"> |
|
<item row="4" column="0"> |
|
<widget class="QGroupBox" name="boxSavedActions"> |
|
<property name="enabled"> |
|
<bool>false</bool> |
|
</property> |
|
<property name="title"> |
|
<string>Saved Actions</string> |
|
</property> |
|
<layout class="QGridLayout" name="gridLayout_3"> |
|
<item row="0" column="0"> |
|
<widget class="QListWidget" name="listSavedActions"/> |
|
</item> |
|
</layout> |
|
</widget> |
|
</item> |
|
<item row="1" column="0"> |
|
<widget class="QCheckBox" name="checkAdditionalActions"> |
|
<property name="text"> |
|
<string>Show additional actions</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="3" column="0"> |
|
<widget class="QGroupBox" name="boxNewAction"> |
|
<property name="enabled"> |
|
<bool>false</bool> |
|
</property> |
|
<property name="title"> |
|
<string>New Action</string> |
|
</property> |
|
<layout class="QGridLayout" name="gridLayout"> |
|
<item row="0" column="0"> |
|
<widget class="QLabel" name="label_3"> |
|
<property name="text"> |
|
<string>Name</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="0" column="1" colspan="2"> |
|
<widget class="QLineEdit" name="lineName"/> |
|
</item> |
|
<item row="1" column="0"> |
|
<widget class="QLabel" name="label_2"> |
|
<property name="text"> |
|
<string>Icon</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="1" column="1" colspan="2"> |
|
<widget class="QLineEdit" name="lineIcon"/> |
|
</item> |
|
<item row="2" column="0"> |
|
<widget class="QLabel" name="label"> |
|
<property name="text"> |
|
<string>RegEx</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="2" column="1" colspan="2"> |
|
<widget class="QLineEdit" name="lineRegEx"/> |
|
</item> |
|
<item row="3" column="0" colspan="2"> |
|
<spacer name="horizontalSpacer"> |
|
<property name="orientation"> |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>186</width> |
|
<height>20</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item row="3" column="2"> |
|
<widget class="QPushButton" name="buttonAddAction"> |
|
<property name="text"> |
|
<string>Add</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
</item> |
|
<item row="2" column="0"> |
|
<widget class="QCheckBox" name="checkShowFileContentAction"> |
|
<property name="enabled"> |
|
<bool>false</bool> |
|
</property> |
|
<property name="text"> |
|
<string>Show an action for displaying full file content</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|