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.
116 lines
2.9 KiB
116 lines
2.9 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>LauncherConfig</class> |
|
<widget class="QWidget" name="LauncherConfig"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>434</width> |
|
<height>269</height> |
|
</rect> |
|
</property> |
|
<layout class="QGridLayout" name="gridLayout"> |
|
<property name="margin"> |
|
<number>0</number> |
|
</property> |
|
<item row="0" column="0" rowspan="4"> |
|
<widget class="QTreeWidget" name="view"> |
|
<property name="alternatingRowColors"> |
|
<bool>true</bool> |
|
</property> |
|
<property name="rootIsDecorated"> |
|
<bool>false</bool> |
|
</property> |
|
<property name="uniformRowHeights"> |
|
<bool>true</bool> |
|
</property> |
|
<property name="itemsExpandable"> |
|
<bool>false</bool> |
|
</property> |
|
<property name="sortingEnabled"> |
|
<bool>true</bool> |
|
</property> |
|
<property name="allColumnsShowFocus"> |
|
<bool>true</bool> |
|
</property> |
|
<column> |
|
<property name="text"> |
|
<string>Window Class</string> |
|
</property> |
|
</column> |
|
<column> |
|
<property name="text"> |
|
<string>Window Name</string> |
|
</property> |
|
</column> |
|
<column> |
|
<property name="text"> |
|
<string>Launcher</string> |
|
</property> |
|
</column> |
|
</widget> |
|
</item> |
|
<item row="0" column="1"> |
|
<widget class="QPushButton" name="add"> |
|
<property name="text"> |
|
<string>Add</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="1" column="1"> |
|
<widget class="QPushButton" name="edit"> |
|
<property name="text"> |
|
<string>Edit</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="2" column="1"> |
|
<widget class="QPushButton" name="remove"> |
|
<property name="text"> |
|
<string>Remove</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="3" column="1"> |
|
<spacer name="verticalSpacer"> |
|
<property name="orientation"> |
|
<enum>Qt::Vertical</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>69</width> |
|
<height>90</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item row="4" column="0"> |
|
<widget class="QLabel" name="label_2"> |
|
<property name="text"> |
|
<string><b>NOTE:</b> The above list is only required when the automatic window to launcher rules do not work. You do not need to add an entry here for each launcher.</string> |
|
</property> |
|
<property name="wordWrap"> |
|
<bool>true</bool> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="5" column="0"> |
|
<widget class="KUrlLabel" name="label"> |
|
<property name="text"> |
|
<string>More information...</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<customwidgets> |
|
<customwidget> |
|
<class>KUrlLabel</class> |
|
<extends>QLabel</extends> |
|
<header>kurllabel.h</header> |
|
</customwidget> |
|
</customwidgets> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|