|
|
|
@@ -27,39 +27,23 @@ |
|
|
|
<string>Application</string> |
|
|
|
</property> |
|
|
|
<layout class="QGridLayout" name="gridLayout"> |
|
|
|
<item row="1" column="0"> |
|
|
|
<widget class="QLabel" name="label"> |
|
|
|
<property name="text"> |
|
|
|
<string>Command:</string> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="1" column="1" colspan="3"> |
|
|
|
<widget class="QLineEdit" name="le_command"/> |
|
|
|
</item> |
|
|
|
<item row="2" column="3"> |
|
|
|
<spacer name="horizontalSpacer_3"> |
|
|
|
<item row="0" column="0" rowspan="3"> |
|
|
|
<spacer name="horizontalSpacer_4"> |
|
|
|
<property name="orientation"> |
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
</property> |
|
|
|
<property name="sizeType"> |
|
|
|
<enum>QSizePolicy::Ignored</enum> |
|
|
|
<enum>QSizePolicy::Fixed</enum> |
|
|
|
</property> |
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
<size> |
|
|
|
<width>87</width> |
|
|
|
<height>1</height> |
|
|
|
<width>20</width> |
|
|
|
<height>60</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
</spacer> |
|
|
|
</item> |
|
|
|
<item row="0" column="1" colspan="3"> |
|
|
|
<widget class="QLineEdit" name="le_name"/> |
|
|
|
</item> |
|
|
|
<item row="0" column="0"> |
|
|
|
<item row="0" column="1"> |
|
|
|
<widget class="QLabel" name="label_10"> |
|
|
|
<property name="text"> |
|
|
|
<string>Name:</string> |
|
|
|
@@ -69,22 +53,124 @@ |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="3" column="0"> |
|
|
|
<spacer name="horizontalSpacer_4"> |
|
|
|
<item row="0" column="2" colspan="2"> |
|
|
|
<widget class="QLineEdit" name="le_name"/> |
|
|
|
</item> |
|
|
|
<item row="0" column="4" rowspan="3"> |
|
|
|
<spacer name="horizontalSpacer_3"> |
|
|
|
<property name="orientation"> |
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
</property> |
|
|
|
<property name="sizeType"> |
|
|
|
<enum>QSizePolicy::Ignored</enum> |
|
|
|
<enum>QSizePolicy::Fixed</enum> |
|
|
|
</property> |
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
<size> |
|
|
|
<width>1</width> |
|
|
|
<height>1</height> |
|
|
|
<width>20</width> |
|
|
|
<height>60</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
</spacer> |
|
|
|
</item> |
|
|
|
<item row="1" column="1"> |
|
|
|
<widget class="QLabel" name="label_5"> |
|
|
|
<property name="text"> |
|
|
|
<string>Application:</string> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="1" column="2"> |
|
|
|
<widget class="QRadioButton" name="rb_template"> |
|
|
|
<property name="enabled"> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>From template</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="1" column="3"> |
|
|
|
<widget class="QRadioButton" name="rb_custom"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>Custom</string> |
|
|
|
</property> |
|
|
|
<property name="checked"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="2" column="1" colspan="3"> |
|
|
|
<widget class="QStackedWidget" name="stackedWidget"> |
|
|
|
<property name="currentIndex"> |
|
|
|
<number>1</number> |
|
|
|
</property> |
|
|
|
<widget class="QWidget" name="page_template"> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
|
|
<property name="margin"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="l_template"> |
|
|
|
<property name="text"> |
|
|
|
<string>Template:</string> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QComboBox" name="cb_template"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
</property> |
|
|
|
<property name="editable"> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
<widget class="QWidget" name="page_command"> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
|
|
<property name="margin"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="l_command"> |
|
|
|
<property name="text"> |
|
|
|
<string>Command:</string> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QLineEdit" name="le_command"/> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
|