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.
55 lines
1.5 KiB
55 lines
1.5 KiB
5 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>Main</class>
|
||
|
<widget class="QWidget" name="Main">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>479</width>
|
||
|
<height>168</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Lubuntu Breeze Config</string>
|
||
|
</property>
|
||
|
<property name="windowIcon">
|
||
|
<iconset theme="preferences-desktop-color">
|
||
|
<normaloff>.</normaloff>.</iconset>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="text">
|
||
|
<string>Select Color Scheme</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QComboBox" name="comboBox"/>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="note">
|
||
|
<property name="text">
|
||
|
<string><font size="-1">Applications need to be restarted for changes to take effect.<br>
|
||
|
In case of pcmanfm-qt, since it handles the desktop, a restart of the desktop is needed<br/>
|
||
|
Easier, restart session.<br/>Best results if a matching GTK Theme is selected.</font></string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QDialogButtonBox" name="buttonBox">
|
||
|
<property name="standardButtons">
|
||
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Close</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|