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.
76 lines
1.8 KiB
76 lines
1.8 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>LauncherProperties</class> |
|
<widget class="QWidget" name="LauncherProperties"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>400</width> |
|
<height>133</height> |
|
</rect> |
|
</property> |
|
<layout class="QFormLayout" name="formLayout"> |
|
<item row="0" column="0"> |
|
<widget class="QLabel" name="label"> |
|
<property name="text"> |
|
<string>Window class:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="0" column="1"> |
|
<widget class="KLineEdit" name="classClass"/> |
|
</item> |
|
<item row="1" column="0"> |
|
<widget class="QLabel" name="label_2"> |
|
<property name="text"> |
|
<string>Window name:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="1" column="1"> |
|
<widget class="KLineEdit" name="className"/> |
|
</item> |
|
<item row="2" column="1"> |
|
<widget class="QPushButton" name="detect"> |
|
<property name="text"> |
|
<string>Detect Window Properties</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="3" column="0"> |
|
<widget class="QLabel" name="label_3"> |
|
<property name="text"> |
|
<string>Launcher:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="3" column="1"> |
|
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
<item> |
|
<widget class="KLineEdit" name="launcher"/> |
|
</item> |
|
<item> |
|
<widget class="QPushButton" name="browse"/> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</widget> |
|
<customwidgets> |
|
<customwidget> |
|
<class>KLineEdit</class> |
|
<extends>QLineEdit</extends> |
|
<header>klineedit.h</header> |
|
</customwidget> |
|
</customwidgets> |
|
<tabstops> |
|
<tabstop>classClass</tabstop> |
|
<tabstop>className</tabstop> |
|
<tabstop>detect</tabstop> |
|
<tabstop>launcher</tabstop> |
|
<tabstop>browse</tabstop> |
|
</tabstops> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|