342 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			342 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ui version="4.0">
 | |
|  <class>BreezeConfigurationUI</class>
 | |
|  <widget class="QWidget" name="BreezeConfigurationUI">
 | |
|   <property name="geometry">
 | |
|    <rect>
 | |
|     <x>0</x>
 | |
|     <y>0</y>
 | |
|     <width>428</width>
 | |
|     <height>418</height>
 | |
|    </rect>
 | |
|   </property>
 | |
|   <layout class="QVBoxLayout" name="verticalLayout">
 | |
|    <property name="leftMargin">
 | |
|     <number>0</number>
 | |
|    </property>
 | |
|    <property name="topMargin">
 | |
|     <number>0</number>
 | |
|    </property>
 | |
|    <property name="rightMargin">
 | |
|     <number>0</number>
 | |
|    </property>
 | |
|    <property name="bottomMargin">
 | |
|     <number>0</number>
 | |
|    </property>
 | |
|    <item>
 | |
|     <widget class="QTabWidget" name="tabWidget">
 | |
|      <property name="currentIndex">
 | |
|       <number>0</number>
 | |
|      </property>
 | |
|      <widget class="QWidget" name="tab">
 | |
|       <attribute name="title">
 | |
|        <string>General</string>
 | |
|       </attribute>
 | |
|       <layout class="QGridLayout" name="gridLayout_4">
 | |
|        <item row="0" column="0">
 | |
|         <widget class="QLabel" name="label_3">
 | |
|          <property name="text">
 | |
|           <string>Tit&le alignment:</string>
 | |
|          </property>
 | |
|          <property name="alignment">
 | |
|           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|          </property>
 | |
|          <property name="buddy">
 | |
|           <cstring>titleAlignment</cstring>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item row="1" column="0">
 | |
|         <widget class="QLabel" name="label_4">
 | |
|          <property name="text">
 | |
|           <string>B&utton size:</string>
 | |
|          </property>
 | |
|          <property name="alignment">
 | |
|           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|          </property>
 | |
|          <property name="buddy">
 | |
|           <cstring>buttonSize</cstring>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item row="1" column="1">
 | |
|         <widget class="QComboBox" name="buttonSize">
 | |
|          <item>
 | |
|           <property name="text">
 | |
|            <string>Tiny</string>
 | |
|           </property>
 | |
|          </item>
 | |
|          <item>
 | |
|           <property name="text">
 | |
|            <string comment="@item:inlistbox Button size:">Small</string>
 | |
|           </property>
 | |
|          </item>
 | |
|          <item>
 | |
|           <property name="text">
 | |
|            <string comment="@item:inlistbox Button size:">Medium</string>
 | |
|           </property>
 | |
|          </item>
 | |
|          <item>
 | |
|           <property name="text">
 | |
|            <string comment="@item:inlistbox Button size:">Large</string>
 | |
|           </property>
 | |
|          </item>
 | |
|          <item>
 | |
|           <property name="text">
 | |
|            <string comment="@item:inlistbox Button size:">Very Large</string>
 | |
|           </property>
 | |
|          </item>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item row="0" column="1">
 | |
|         <widget class="QComboBox" name="titleAlignment">
 | |
|          <item>
 | |
|           <property name="text">
 | |
|            <string>Left</string>
 | |
|           </property>
 | |
|          </item>
 | |
|          <item>
 | |
|           <property name="text">
 | |
|            <string>Center</string>
 | |
|           </property>
 | |
|          </item>
 | |
|          <item>
 | |
|           <property name="text">
 | |
|            <string>Center (Full Width)</string>
 | |
|           </property>
 | |
|          </item>
 | |
|          <item>
 | |
|           <property name="text">
 | |
|            <string>Right</string>
 | |
|           </property>
 | |
|          </item>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item row="0" column="2">
 | |
|         <spacer name="horizontalSpacer">
 | |
|          <property name="orientation">
 | |
|           <enum>Qt::Horizontal</enum>
 | |
|          </property>
 | |
|          <property name="sizeHint" stdset="0">
 | |
|           <size>
 | |
|            <width>40</width>
 | |
|            <height>20</height>
 | |
|           </size>
 | |
|          </property>
 | |
|         </spacer>
 | |
|        </item>
 | |
|        <item row="7" column="0" colspan="3">
 | |
|         <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>
 | |
|        <item row="5" column="0" colspan="3">
 | |
|         <widget class="QCheckBox" name="drawSizeGrip">
 | |
|          <property name="text">
 | |
|           <string>Add handle to resize windows with no border</string>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item row="6" column="0" colspan="3">
 | |
|         <widget class="QCheckBox" name="drawTitleBarSeparator">
 | |
|          <property name="text">
 | |
|           <string>Draw separator under active window's titlebar</string>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item row="3" column="0" colspan="3">
 | |
|         <widget class="QCheckBox" name="drawBorderOnMaximizedWindows">
 | |
|          <property name="text">
 | |
|           <string>Allow resizing maximized windows from window edges</string>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item row="2" column="0" colspan="3">
 | |
|         <widget class="QCheckBox" name="outlineCloseButton">
 | |
|          <property name="text">
 | |
|           <string>Draw a circle around close button</string>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item row="4" column="0" colspan="3">
 | |
|         <widget class="QCheckBox" name="drawBackgroundGradient">
 | |
|          <property name="text">
 | |
|           <string>Draw titlebar background gradient</string>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|       </layout>
 | |
|      </widget>
 | |
|      <widget class="QWidget" name="tab_4">
 | |
|       <attribute name="title">
 | |
|        <string>Shadows</string>
 | |
|       </attribute>
 | |
|       <layout class="QGridLayout" name="gridLayout">
 | |
|        <item row="0" column="0">
 | |
|         <widget class="QLabel" name="label">
 | |
|          <property name="text">
 | |
|           <string>Si&ze:</string>
 | |
|          </property>
 | |
|          <property name="alignment">
 | |
|           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|          </property>
 | |
|          <property name="buddy">
 | |
|           <cstring>shadowSize</cstring>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item row="0" column="1">
 | |
|         <widget class="QComboBox" name="shadowSize">
 | |
|          <item>
 | |
|           <property name="text">
 | |
|            <string comment="@item:inlistbox Button size:">None</string>
 | |
|           </property>
 | |
|          </item>
 | |
|          <item>
 | |
|           <property name="text">
 | |
|            <string comment="@item:inlistbox Button size:">Small</string>
 | |
|           </property>
 | |
|          </item>
 | |
|          <item>
 | |
|           <property name="text">
 | |
|            <string comment="@item:inlistbox Button size:">Medium</string>
 | |
|           </property>
 | |
|          </item>
 | |
|          <item>
 | |
|           <property name="text">
 | |
|            <string comment="@item:inlistbox Button size:">Large</string>
 | |
|           </property>
 | |
|          </item>
 | |
|          <item>
 | |
|           <property name="text">
 | |
|            <string comment="@item:inlistbox Button size:">Very Large</string>
 | |
|           </property>
 | |
|          </item>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item row="1" column="0">
 | |
|         <widget class="QLabel" name="label_2">
 | |
|          <property name="text">
 | |
|           <string comment="strength of the shadow (from transparent to opaque)">S&trength:</string>
 | |
|          </property>
 | |
|          <property name="alignment">
 | |
|           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|          </property>
 | |
|          <property name="buddy">
 | |
|           <cstring>shadowStrength</cstring>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item row="1" column="1">
 | |
|         <widget class="QSpinBox" name="shadowStrength">
 | |
|          <property name="suffix">
 | |
|           <string>%</string>
 | |
|          </property>
 | |
|          <property name="minimum">
 | |
|           <number>10</number>
 | |
|          </property>
 | |
|          <property name="maximum">
 | |
|           <number>100</number>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item row="1" column="2">
 | |
|         <spacer name="horizontalSpacer_5">
 | |
|          <property name="orientation">
 | |
|           <enum>Qt::Horizontal</enum>
 | |
|          </property>
 | |
|          <property name="sizeHint" stdset="0">
 | |
|           <size>
 | |
|            <width>40</width>
 | |
|            <height>20</height>
 | |
|           </size>
 | |
|          </property>
 | |
|         </spacer>
 | |
|        </item>
 | |
|        <item row="2" column="0">
 | |
|         <widget class="QLabel" name="label_5">
 | |
|          <property name="text">
 | |
|           <string>Color:</string>
 | |
|          </property>
 | |
|          <property name="alignment">
 | |
|           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item row="2" column="1">
 | |
|         <widget class="KColorButton" name="shadowColor"/>
 | |
|        </item>
 | |
|        <item row="3" column="0" colspan="3">
 | |
|         <spacer name="verticalSpacer_3">
 | |
|          <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 class="QWidget" name="tab_3">
 | |
|       <attribute name="title">
 | |
|        <string>Window-Specific Overrides</string>
 | |
|       </attribute>
 | |
|       <layout class="QVBoxLayout" name="verticalLayout_3">
 | |
|        <item>
 | |
|         <widget class="Breeze::ExceptionListWidget" name="exceptions" native="true">
 | |
|          <property name="sizePolicy">
 | |
|           <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 | |
|            <horstretch>0</horstretch>
 | |
|            <verstretch>0</verstretch>
 | |
|           </sizepolicy>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|       </layout>
 | |
|      </widget>
 | |
|     </widget>
 | |
|    </item>
 | |
|   </layout>
 | |
|  </widget>
 | |
|  <customwidgets>
 | |
|   <customwidget>
 | |
|    <class>KColorButton</class>
 | |
|    <extends>QPushButton</extends>
 | |
|    <header>kcolorbutton.h</header>
 | |
|   </customwidget>
 | |
|   <customwidget>
 | |
|    <class>Breeze::ExceptionListWidget</class>
 | |
|    <extends>QWidget</extends>
 | |
|    <header>config/breezeexceptionlistwidget.h</header>
 | |
|    <container>1</container>
 | |
|   </customwidget>
 | |
|  </customwidgets>
 | |
|  <tabstops>
 | |
|   <tabstop>tabWidget</tabstop>
 | |
|   <tabstop>titleAlignment</tabstop>
 | |
|   <tabstop>buttonSize</tabstop>
 | |
|   <tabstop>outlineCloseButton</tabstop>
 | |
|   <tabstop>drawBorderOnMaximizedWindows</tabstop>
 | |
|   <tabstop>drawBackgroundGradient</tabstop>
 | |
|   <tabstop>drawSizeGrip</tabstop>
 | |
|   <tabstop>drawTitleBarSeparator</tabstop>
 | |
|   <tabstop>shadowSize</tabstop>
 | |
|   <tabstop>shadowStrength</tabstop>
 | |
|   <tabstop>shadowColor</tabstop>
 | |
|  </tabstops>
 | |
|  <resources/>
 | |
|  <connections/>
 | |
| </ui>
 | 
