Preparing the upcoming release, switch to experimental Added build dependencies: - gcc (>= 4:6) - g++ (>= 4:6) - libkf5windowsystem-dev Fixed VCS fields, using plain /git/ Added Recommends pcmanfm-qt-l10n Fixed copyright Format field, using https Dropped patches, applied upstream Added translation controls Set CMAKE_BUILD_TYPE=RelWithDebInfo
		
			
				
	
	
		
			411 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			411 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ui version="4.0">
 | |
|  <class>DesktopPreferencesDialog</class>
 | |
|  <widget class="QDialog" name="DesktopPreferencesDialog">
 | |
|   <property name="geometry">
 | |
|    <rect>
 | |
|     <x>0</x>
 | |
|     <y>0</y>
 | |
|     <width>534</width>
 | |
|     <height>434</height>
 | |
|    </rect>
 | |
|   </property>
 | |
|   <property name="windowTitle">
 | |
|    <string>Desktop Preferences</string>
 | |
|   </property>
 | |
|   <layout class="QVBoxLayout" name="verticalLayout">
 | |
|    <item>
 | |
|     <widget class="QTabWidget" name="tabWidget">
 | |
|      <property name="currentIndex">
 | |
|       <number>0</number>
 | |
|      </property>
 | |
|      <widget class="QWidget" name="generalPage">
 | |
|       <attribute name="title">
 | |
|        <string>General</string>
 | |
|       </attribute>
 | |
|       <layout class="QVBoxLayout" name="verticalLayout_2">
 | |
|        <item>
 | |
|         <widget class="QGroupBox" name="groupBox_2">
 | |
|          <property name="title">
 | |
|           <string>Background</string>
 | |
|          </property>
 | |
|          <layout class="QGridLayout" name="gridLayout">
 | |
|           <item row="2" column="1" colspan="2">
 | |
|            <widget class="QComboBox" name="wallpaperMode">
 | |
|             <property name="sizePolicy">
 | |
|              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 | |
|               <horstretch>0</horstretch>
 | |
|               <verstretch>0</verstretch>
 | |
|              </sizepolicy>
 | |
|             </property>
 | |
|            </widget>
 | |
|           </item>
 | |
|           <item row="2" column="0">
 | |
|            <widget class="QLabel" name="label">
 | |
|             <property name="sizePolicy">
 | |
|              <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 | |
|               <horstretch>0</horstretch>
 | |
|               <verstretch>0</verstretch>
 | |
|              </sizepolicy>
 | |
|             </property>
 | |
|             <property name="text">
 | |
|              <string>Wallpaper mode:</string>
 | |
|             </property>
 | |
|            </widget>
 | |
|           </item>
 | |
|           <item row="3" column="0">
 | |
|            <widget class="QLabel" name="label_6">
 | |
|             <property name="sizePolicy">
 | |
|              <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 | |
|               <horstretch>0</horstretch>
 | |
|               <verstretch>0</verstretch>
 | |
|              </sizepolicy>
 | |
|             </property>
 | |
|             <property name="text">
 | |
|              <string>Wallpaper image file:</string>
 | |
|             </property>
 | |
|            </widget>
 | |
|           </item>
 | |
|           <item row="5" column="1">
 | |
|            <widget class="Fm::ColorButton" name="backgroundColor">
 | |
|             <property name="sizePolicy">
 | |
|              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | |
|               <horstretch>0</horstretch>
 | |
|               <verstretch>0</verstretch>
 | |
|              </sizepolicy>
 | |
|             </property>
 | |
|             <property name="text">
 | |
|              <string/>
 | |
|             </property>
 | |
|            </widget>
 | |
|           </item>
 | |
|           <item row="5" column="0">
 | |
|            <widget class="QLabel" name="label_5">
 | |
|             <property name="text">
 | |
|              <string>Select background color:</string>
 | |
|             </property>
 | |
|            </widget>
 | |
|           </item>
 | |
|           <item row="4" column="0" colspan="3">
 | |
|            <layout class="QHBoxLayout" name="horizontalLayout">
 | |
|             <item>
 | |
|              <widget class="QLineEdit" name="imageFile">
 | |
|               <property name="toolTip">
 | |
|                <string>Image file</string>
 | |
|               </property>
 | |
|               <property name="statusTip">
 | |
|                <string/>
 | |
|               </property>
 | |
|               <property name="placeholderText">
 | |
|                <string>Image file path</string>
 | |
|               </property>
 | |
|              </widget>
 | |
|             </item>
 | |
|             <item>
 | |
|              <widget class="QPushButton" name="browse">
 | |
|               <property name="text">
 | |
|                <string>&Browse</string>
 | |
|               </property>
 | |
|              </widget>
 | |
|             </item>
 | |
|            </layout>
 | |
|           </item>
 | |
|          </layout>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QGroupBox" name="groupBox_5">
 | |
|          <property name="title">
 | |
|           <string>Icons</string>
 | |
|          </property>
 | |
|          <layout class="QFormLayout" name="formLayout">
 | |
|           <item row="0" column="0">
 | |
|            <widget class="QLabel" name="label_9">
 | |
|             <property name="text">
 | |
|              <string>Icon size:</string>
 | |
|             </property>
 | |
|            </widget>
 | |
|           </item>
 | |
|           <item row="0" column="1">
 | |
|            <widget class="QComboBox" name="iconSize"/>
 | |
|           </item>
 | |
|          </layout>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QGroupBox" name="groupBox">
 | |
|          <property name="title">
 | |
|           <string>Label Text</string>
 | |
|          </property>
 | |
|          <layout class="QGridLayout" name="gridLayout_2">
 | |
|           <item row="1" column="1">
 | |
|            <widget class="Fm::ColorButton" name="textColor">
 | |
|             <property name="sizePolicy">
 | |
|              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | |
|               <horstretch>0</horstretch>
 | |
|               <verstretch>0</verstretch>
 | |
|              </sizepolicy>
 | |
|             </property>
 | |
|             <property name="text">
 | |
|              <string/>
 | |
|             </property>
 | |
|            </widget>
 | |
|           </item>
 | |
|           <item row="3" column="1">
 | |
|            <widget class="Fm::ColorButton" name="shadowColor">
 | |
|             <property name="sizePolicy">
 | |
|              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | |
|               <horstretch>0</horstretch>
 | |
|               <verstretch>0</verstretch>
 | |
|              </sizepolicy>
 | |
|             </property>
 | |
|             <property name="text">
 | |
|              <string/>
 | |
|             </property>
 | |
|            </widget>
 | |
|           </item>
 | |
|           <item row="1" column="0">
 | |
|            <widget class="QLabel" name="label_3">
 | |
|             <property name="sizePolicy">
 | |
|              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | |
|               <horstretch>0</horstretch>
 | |
|               <verstretch>0</verstretch>
 | |
|              </sizepolicy>
 | |
|             </property>
 | |
|             <property name="text">
 | |
|              <string>Select  text color:</string>
 | |
|             </property>
 | |
|            </widget>
 | |
|           </item>
 | |
|           <item row="3" column="0">
 | |
|            <widget class="QLabel" name="label_4">
 | |
|             <property name="sizePolicy">
 | |
|              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | |
|               <horstretch>0</horstretch>
 | |
|               <verstretch>0</verstretch>
 | |
|              </sizepolicy>
 | |
|             </property>
 | |
|             <property name="text">
 | |
|              <string>Select shadow color:</string>
 | |
|             </property>
 | |
|            </widget>
 | |
|           </item>
 | |
|           <item row="0" column="0">
 | |
|            <widget class="QLabel" name="label_2">
 | |
|             <property name="sizePolicy">
 | |
|              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | |
|               <horstretch>0</horstretch>
 | |
|               <verstretch>0</verstretch>
 | |
|              </sizepolicy>
 | |
|             </property>
 | |
|             <property name="text">
 | |
|              <string>Select font:</string>
 | |
|             </property>
 | |
|            </widget>
 | |
|           </item>
 | |
|           <item row="0" column="1">
 | |
|            <widget class="Fm::FontButton" name="font">
 | |
|             <property name="sizePolicy">
 | |
|              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 | |
|               <horstretch>0</horstretch>
 | |
|               <verstretch>0</verstretch>
 | |
|              </sizepolicy>
 | |
|             </property>
 | |
|             <property name="text">
 | |
|              <string/>
 | |
|             </property>
 | |
|            </widget>
 | |
|           </item>
 | |
|          </layout>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QGroupBox" name="groupBox_3">
 | |
|          <property name="title">
 | |
|           <string>Spacing</string>
 | |
|          </property>
 | |
|          <layout class="QGridLayout" name="gridLayout_3">
 | |
|           <item row="0" column="0">
 | |
|            <widget class="QLabel" name="label_7">
 | |
|             <property name="text">
 | |
|              <string>Minimum item margins:</string>
 | |
|             </property>
 | |
|            </widget>
 | |
|           </item>
 | |
|           <item row="0" column="1">
 | |
|            <widget class="QSpinBox" name="hMargin">
 | |
|             <property name="toolTip">
 | |
|              <string>3 px by default.</string>
 | |
|             </property>
 | |
|             <property name="suffix">
 | |
|              <string> px</string>
 | |
|             </property>
 | |
|             <property name="maximum">
 | |
|              <number>48</number>
 | |
|             </property>
 | |
|             <property name="value">
 | |
|              <number>3</number>
 | |
|             </property>
 | |
|            </widget>
 | |
|           </item>
 | |
|           <item row="0" column="2">
 | |
|            <widget class="QLabel" name="label_8">
 | |
|             <property name="text">
 | |
|              <string>x</string>
 | |
|             </property>
 | |
|            </widget>
 | |
|           </item>
 | |
|           <item row="0" column="3">
 | |
|            <widget class="QSpinBox" name="vMargin">
 | |
|             <property name="toolTip">
 | |
|              <string>1 px by default.
 | |
| A space is also reserved for 3 lines of text.</string>
 | |
|             </property>
 | |
|             <property name="suffix">
 | |
|              <string> px</string>
 | |
|             </property>
 | |
|             <property name="maximum">
 | |
|              <number>48</number>
 | |
|             </property>
 | |
|             <property name="value">
 | |
|              <number>1</number>
 | |
|             </property>
 | |
|            </widget>
 | |
|           </item>
 | |
|           <item row="0" column="4">
 | |
|            <widget class="QCheckBox" name="lockMargins">
 | |
|             <property name="text">
 | |
|              <string>Lock</string>
 | |
|             </property>
 | |
|            </widget>
 | |
|           </item>
 | |
|           <item row="0" column="5">
 | |
|            <spacer name="horizontalSpacer">
 | |
|             <property name="orientation">
 | |
|              <enum>Qt::Horizontal</enum>
 | |
|             </property>
 | |
|             <property name="sizeHint" stdset="0">
 | |
|              <size>
 | |
|               <width>20</width>
 | |
|               <height>5</height>
 | |
|              </size>
 | |
|             </property>
 | |
|            </spacer>
 | |
|           </item>
 | |
|          </layout>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <spacer name="verticalSpacer_2">
 | |
|          <property name="orientation">
 | |
|           <enum>Qt::Vertical</enum>
 | |
|          </property>
 | |
|          <property name="sizeHint" stdset="0">
 | |
|           <size>
 | |
|            <width>20</width>
 | |
|            <height>10</height>
 | |
|           </size>
 | |
|          </property>
 | |
|         </spacer>
 | |
|        </item>
 | |
|       </layout>
 | |
|      </widget>
 | |
|      <widget class="QWidget" name="advancedPage">
 | |
|       <attribute name="title">
 | |
|        <string>Advanced</string>
 | |
|       </attribute>
 | |
|       <layout class="QVBoxLayout" name="advancedPageLayout">
 | |
|        <item>
 | |
|         <widget class="QGroupBox" name="groupBox_4">
 | |
|          <property name="title">
 | |
|           <string>Window Manager</string>
 | |
|          </property>
 | |
|          <layout class="QHBoxLayout" name="horizontalLayout_3">
 | |
|           <item>
 | |
|            <widget class="QCheckBox" name="showWmMenu">
 | |
|             <property name="text">
 | |
|              <string>Show menus provided by window managers when desktop is clicked</string>
 | |
|             </property>
 | |
|            </widget>
 | |
|           </item>
 | |
|          </layout>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <spacer name="verticalSpacer">
 | |
|          <property name="orientation">
 | |
|           <enum>Qt::Vertical</enum>
 | |
|          </property>
 | |
|          <property name="sizeHint" stdset="0">
 | |
|           <size>
 | |
|            <width>20</width>
 | |
|            <height>40</height>
 | |
|           </size>
 | |
|          </property>
 | |
|         </spacer>
 | |
|        </item>
 | |
|       </layout>
 | |
|      </widget>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item>
 | |
|     <widget class="QDialogButtonBox" name="buttonBox">
 | |
|      <property name="orientation">
 | |
|       <enum>Qt::Horizontal</enum>
 | |
|      </property>
 | |
|      <property name="standardButtons">
 | |
|       <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 | |
|      </property>
 | |
|     </widget>
 | |
|    </item>
 | |
|   </layout>
 | |
|  </widget>
 | |
|  <customwidgets>
 | |
|   <customwidget>
 | |
|    <class>Fm::ColorButton</class>
 | |
|    <extends>QPushButton</extends>
 | |
|    <header location="global">libfm-qt/colorbutton.h</header>
 | |
|   </customwidget>
 | |
|   <customwidget>
 | |
|    <class>Fm::FontButton</class>
 | |
|    <extends>QPushButton</extends>
 | |
|    <header location="global">libfm-qt/fontbutton.h</header>
 | |
|   </customwidget>
 | |
|  </customwidgets>
 | |
|  <resources/>
 | |
|  <connections>
 | |
|   <connection>
 | |
|    <sender>buttonBox</sender>
 | |
|    <signal>accepted()</signal>
 | |
|    <receiver>DesktopPreferencesDialog</receiver>
 | |
|    <slot>accept()</slot>
 | |
|    <hints>
 | |
|     <hint type="sourcelabel">
 | |
|      <x>248</x>
 | |
|      <y>254</y>
 | |
|     </hint>
 | |
|     <hint type="destinationlabel">
 | |
|      <x>157</x>
 | |
|      <y>274</y>
 | |
|     </hint>
 | |
|    </hints>
 | |
|   </connection>
 | |
|   <connection>
 | |
|    <sender>buttonBox</sender>
 | |
|    <signal>rejected()</signal>
 | |
|    <receiver>DesktopPreferencesDialog</receiver>
 | |
|    <slot>reject()</slot>
 | |
|    <hints>
 | |
|     <hint type="sourcelabel">
 | |
|      <x>316</x>
 | |
|      <y>260</y>
 | |
|     </hint>
 | |
|     <hint type="destinationlabel">
 | |
|      <x>286</x>
 | |
|      <y>274</y>
 | |
|     </hint>
 | |
|    </hints>
 | |
|   </connection>
 | |
|  </connections>
 | |
| </ui>
 |