Warning, /system/qtcurve/qt4/kwinconfig/qtcurvekwinconfigwidget.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>QtCurveKWinConfigWidget</class>
0004  <widget class="QWidget" name="QtCurveKWinConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>540</width>
0010     <height>314</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <property name="margin">
0015     <number>0</number>
0016    </property>
0017    <item>
0018     <widget class="QTabWidget" name="tabWidget">
0019      <property name="minimumSize">
0020       <size>
0021        <width>0</width>
0022        <height>296</height>
0023       </size>
0024      </property>
0025      <property name="currentIndex">
0026       <number>0</number>
0027      </property>
0028      <widget class="QWidget" name="generalTab">
0029       <attribute name="title">
0030        <string>General</string>
0031       </attribute>
0032       <layout class="QVBoxLayout" name="verticalLayout_2">
0033        <item>
0034         <layout class="QFormLayout" name="formLayout">
0035          <item row="0" column="0">
0036           <widget class="QLabel" name="label_4x">
0037            <property name="text">
0038             <string>Border size:</string>
0039            </property>
0040           </widget>
0041          </item>
0042          <item row="0" column="1">
0043           <widget class="KComboBox" name="borderSize">
0044            <property name="whatsThis">
0045             <string>Controls the size of the window borders (bottom, left, and right).</string>
0046            </property>
0047            <property name="sizeAdjustPolicy">
0048             <enum>QComboBox::AdjustToContents</enum>
0049            </property>
0050           </widget>
0051          </item>
0052          <item row="1" column="0">
0053           <widget class="QLabel" name="label_4">
0054            <property name="text">
0055             <string>Borders:</string>
0056            </property>
0057           </widget>
0058          </item>
0059          <item row="1" column="1">
0060           <widget class="QCheckBox" name="roundBottom">
0061            <property name="whatsThis">
0062             <string>If enabled, and the QtCurve style is set to rounded, then all corners of the window decoration will be rounded. Otherwise, only the top corners will be rounded.</string>
0063            </property>
0064            <property name="text">
0065             <string>Round all corners</string>
0066            </property>
0067           </widget>
0068          </item>
0069          <item row="2" column="1">
0070           <widget class="QCheckBox" name="borderlessMax">
0071            <property name="whatsThis">
0072             <string>If enabled, all borders (including the titlebar) will be removed from maximised windows.</string>
0073            </property>
0074            <property name="text">
0075             <string>Remove from maximised windows</string>
0076            </property>
0077           </widget>
0078          </item>
0079          <item row="3" column="0">
0080           <widget class="QLabel" name="outerBorder_label">
0081            <property name="text">
0082             <string>Outer border:</string>
0083            </property>
0084           </widget>
0085          </item>
0086          <item row="3" column="1">
0087           <widget class="QComboBox" name="outerBorder">
0088            <property name="whatsThis">
0089             <string>Adds 1 pixel border around the outside of windows. This is useful if you are not using desktop effects.</string>
0090            </property>
0091           </widget>
0092          </item>
0093          <item row="4" column="0">
0094           <widget class="QLabel" name="innerBorder_label">
0095            <property name="text">
0096             <string>Inner border:</string>
0097            </property>
0098           </widget>
0099          </item>
0100          <item row="4" column="1">
0101           <widget class="QComboBox" name="innerBorder">
0102            <property name="whatsThis">
0103             <string>Adds a 1 pixel dark border between the window contents and the decoration. This is useful if you are using transparent decorations.</string>
0104            </property>
0105           </widget>
0106          </item>
0107          <item row="5" column="0">
0108           <widget class="QLabel" name="groupingLabel">
0109            <property name="text">
0110             <string>Window grouping:</string>
0111            </property>
0112           </widget>
0113          </item>
0114          <item row="5" column="1">
0115           <widget class="QCheckBox" name="grouping">
0116            <property name="whatsThis">
0117             <string>If enabled, QtCurve will allow windows to be grouped - causing the titlebar to act as a kind-of tab-widget.</string>
0118            </property>
0119            <property name="text">
0120             <string>Enabled</string>
0121            </property>
0122           </widget>
0123          </item>
0124          <item row="6" column="0">
0125           <widget class="QLabel" name="label_2">
0126            <property name="text">
0127             <string>Titlebar text padding:</string>
0128            </property>
0129           </widget>
0130          </item>
0131          <item row="6" column="1">
0132           <widget class="KIntSpinBox" name="titleBarPad">
0133            <property name="whatsThis">
0134             <string>Controls the amount of extra padding added to the top and bottom of the titlebar text height. Changing this will affect the height of the titlebar and its buttons. </string>
0135            </property>
0136            <property name="suffix">
0137             <string>px</string>
0138            </property>
0139           </widget>
0140          </item>
0141          <item row="7" column="0">
0142           <widget class="QLabel" name="label">
0143            <property name="text">
0144             <string>Titlebar border padding:</string>
0145            </property>
0146           </widget>
0147          </item>
0148          <item row="7" column="1">
0149           <widget class="KIntSpinBox" name="edgePad">
0150            <property name="whatsThis">
0151             <string>Controls the amount of extra padding added to the titlebar border. Changing this will only affect the height of the titlebar, and not the buttons. </string>
0152            </property>
0153            <property name="suffix">
0154             <string>px</string>
0155            </property>
0156            <property name="maximum">
0157             <number>10</number>
0158            </property>
0159           </widget>
0160          </item>
0161         </layout>
0162        </item>
0163        <item>
0164         <spacer name="verticalSpacer">
0165          <property name="orientation">
0166           <enum>Qt::Vertical</enum>
0167          </property>
0168          <property name="sizeType">
0169           <enum>QSizePolicy::Fixed</enum>
0170          </property>
0171          <property name="sizeHint" stdset="0">
0172           <size>
0173            <width>20</width>
0174            <height>4</height>
0175           </size>
0176          </property>
0177         </spacer>
0178        </item>
0179        <item>
0180         <widget class="QLabel" name="noteLabel">
0181          <property name="text">
0182           <string>&lt;p&gt;&lt;b&gt;NOTE:&lt;/b&gt; &lt;i&gt;This window decoration uses the QtCurve widget style, and shares its configuration. Only the settings that are exclusively used by the window decoration are shown here. To alter settings such as the titlebar gradient, or text alignment, please set the appropriate options in the widget style.&lt;/i&gt;&lt;/p&gt;</string>
0183          </property>
0184          <property name="alignment">
0185           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0186          </property>
0187          <property name="wordWrap">
0188           <bool>true</bool>
0189          </property>
0190         </widget>
0191        </item>
0192        <item>
0193         <spacer name="verticalSpacer_3">
0194          <property name="orientation">
0195           <enum>Qt::Vertical</enum>
0196          </property>
0197          <property name="sizeHint" stdset="0">
0198           <size>
0199            <width>20</width>
0200            <height>40</height>
0201           </size>
0202          </property>
0203         </spacer>
0204        </item>
0205       </layout>
0206      </widget>
0207      <widget class="QWidget" name="opacityTab">
0208       <attribute name="title">
0209        <string>Opacity</string>
0210       </attribute>
0211       <layout class="QVBoxLayout" name="verticalLayout_3">
0212        <item>
0213         <layout class="QFormLayout" name="formLayout_2">
0214          <item row="0" column="0">
0215           <widget class="QLabel" name="label_3">
0216            <property name="text">
0217             <string>Active windows:</string>
0218            </property>
0219           </widget>
0220          </item>
0221          <item row="0" column="1">
0222           <widget class="KIntNumInput" name="activeOpacity">
0223            <property name="whatsThis">
0224             <string>Controls the opacity of the active window decoration. 0% would cause the decoration to be totally translucent.</string>
0225            </property>
0226            <property name="value">
0227             <number>100</number>
0228            </property>
0229            <property name="minimum">
0230             <number>0</number>
0231            </property>
0232            <property name="maximum">
0233             <number>100</number>
0234            </property>
0235            <property name="singleStep">
0236             <number>5</number>
0237            </property>
0238            <property name="suffix">
0239             <string>%</string>
0240            </property>
0241           </widget>
0242          </item>
0243          <item row="1" column="0">
0244           <widget class="QLabel" name="label_7">
0245            <property name="text">
0246             <string>Inactive windows:</string>
0247            </property>
0248           </widget>
0249          </item>
0250          <item row="1" column="1">
0251           <widget class="KIntNumInput" name="inactiveOpacity">
0252            <property name="whatsThis">
0253             <string>Controls the opacity of the inactive window decoration. 0% would cause the decoration to be totally translucent.</string>
0254            </property>
0255            <property name="value">
0256             <number>100</number>
0257            </property>
0258            <property name="minimum">
0259             <number>0</number>
0260            </property>
0261            <property name="maximum">
0262             <number>100</number>
0263            </property>
0264            <property name="singleStep">
0265             <number>5</number>
0266            </property>
0267            <property name="suffix">
0268             <string>%</string>
0269            </property>
0270           </widget>
0271          </item>
0272          <item row="2" column="0">
0273           <widget class="QLabel" name="label_8">
0274            <property name="text">
0275             <string>Side and bottom borders:</string>
0276            </property>
0277           </widget>
0278          </item>
0279          <item row="2" column="1">
0280           <widget class="QCheckBox" name="opaqueBorder">
0281            <property name="whatsThis">
0282             <string>If enabled, only the titlebar part of the decoration will use the opacity setting.</string>
0283            </property>
0284            <property name="text">
0285             <string>Ignore opacity settings</string>
0286            </property>
0287           </widget>
0288          </item>
0289         </layout>
0290        </item>
0291        <item>
0292         <spacer name="verticalSpacer_2">
0293          <property name="orientation">
0294           <enum>Qt::Vertical</enum>
0295          </property>
0296          <property name="sizeType">
0297           <enum>QSizePolicy::Fixed</enum>
0298          </property>
0299          <property name="sizeHint" stdset="0">
0300           <size>
0301            <width>20</width>
0302            <height>4</height>
0303           </size>
0304          </property>
0305         </spacer>
0306        </item>
0307        <item>
0308         <widget class="QLabel" name="noteLabel_2">
0309          <property name="sizePolicy">
0310           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0311            <horstretch>0</horstretch>
0312            <verstretch>0</verstretch>
0313           </sizepolicy>
0314          </property>
0315          <property name="text">
0316           <string>&lt;p&gt;&lt;b&gt;NOTE:&lt;/b&gt; &lt;i&gt;If you set the above values to 100%, then the window titlebar (and border) opacity will be controlled by the style's window and dialog background opacity settings.&lt;/i&gt;&lt;/p&gt;</string>
0317          </property>
0318          <property name="alignment">
0319           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0320          </property>
0321          <property name="wordWrap">
0322           <bool>true</bool>
0323          </property>
0324         </widget>
0325        </item>
0326        <item>
0327         <spacer name="verticalSpacer_4">
0328          <property name="orientation">
0329           <enum>Qt::Vertical</enum>
0330          </property>
0331          <property name="sizeHint" stdset="0">
0332           <size>
0333            <width>20</width>
0334            <height>40</height>
0335           </size>
0336          </property>
0337         </spacer>
0338        </item>
0339       </layout>
0340      </widget>
0341      <widget class="QWidget" name="shadowTab">
0342       <attribute name="title">
0343        <string>Shadows</string>
0344       </attribute>
0345       <layout class="QGridLayout" name="gridLayout">
0346        <item row="0" column="0">
0347         <widget class="QCheckBox" name="useShadows">
0348          <property name="whatsThis">
0349           <string>If enabled, QtCurve will draw its own shadows - and not use the generic window manager shadows. This will allow you to specify different shadow colours, etc, for active and inactive windows.</string>
0350          </property>
0351          <property name="text">
0352           <string>Use custom shadows</string>
0353          </property>
0354         </widget>
0355        </item>
0356        <item row="1" column="0">
0357         <widget class="QGroupBox" name="activeShadows">
0358          <property name="enabled">
0359           <bool>false</bool>
0360          </property>
0361          <property name="title">
0362           <string>Active Windows</string>
0363          </property>
0364          <layout class="QFormLayout" name="formLayout_3">
0365           <item row="0" column="0">
0366            <widget class="QLabel" name="label_5">
0367             <property name="text">
0368              <string>Size: </string>
0369             </property>
0370             <property name="alignment">
0371              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0372             </property>
0373            </widget>
0374           </item>
0375           <item row="0" column="1">
0376            <widget class="KIntSpinBox" name="activeShadowSize"/>
0377           </item>
0378           <item row="1" column="0">
0379            <widget class="QLabel" name="label_6">
0380             <property name="text">
0381              <string>Horizontal offset:</string>
0382             </property>
0383             <property name="alignment">
0384              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0385             </property>
0386            </widget>
0387           </item>
0388           <item row="1" column="1">
0389            <widget class="KIntSpinBox" name="activeShadowHOffset"/>
0390           </item>
0391           <item row="2" column="0">
0392            <widget class="QLabel" name="label_6b">
0393             <property name="text">
0394              <string>Vertical offset:</string>
0395             </property>
0396             <property name="alignment">
0397              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0398             </property>
0399            </widget>
0400           </item>
0401           <item row="2" column="1">
0402            <widget class="KIntSpinBox" name="activeShadowVOffset"/>
0403           </item>
0404           <item row="3" column="0">
0405            <widget class="QLabel" name="label_9">
0406             <property name="text">
0407              <string>Color:</string>
0408             </property>
0409            </widget>
0410           </item>
0411           <item row="3" column="1">
0412            <widget class="KComboBox" name="activeShadowColorType">
0413             <property name="sizeAdjustPolicy">
0414              <enum>QComboBox::AdjustToContents</enum>
0415             </property>
0416            </widget>
0417           </item>
0418           <item row="4" column="1">
0419            <widget class="KColorButton" name="activeShadowColor"/>
0420           </item>
0421          </layout>
0422         </widget>
0423        </item>
0424        <item row="1" column="1">
0425         <widget class="QGroupBox" name="inactiveShadows">
0426          <property name="enabled">
0427           <bool>false</bool>
0428          </property>
0429          <property name="title">
0430           <string>Inactive Windows</string>
0431          </property>
0432          <layout class="QFormLayout" name="formLayout_4">
0433           <item row="0" column="0">
0434            <widget class="QLabel" name="label_10">
0435             <property name="text">
0436              <string>Size: </string>
0437             </property>
0438             <property name="alignment">
0439              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0440             </property>
0441            </widget>
0442           </item>
0443           <item row="0" column="1">
0444            <widget class="KIntSpinBox" name="inactiveShadowSize"/>
0445           </item>
0446           <item row="1" column="0">
0447            <widget class="QLabel" name="label_11">
0448             <property name="text">
0449              <string>Horizontal offset:</string>
0450             </property>
0451             <property name="alignment">
0452              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0453             </property>
0454            </widget>
0455           </item>
0456           <item row="1" column="1">
0457            <widget class="KIntSpinBox" name="inactiveShadowHOffset"/>
0458           </item>
0459           <item row="2" column="0">
0460            <widget class="QLabel" name="label_11b">
0461             <property name="text">
0462              <string>Vertical offset:</string>
0463             </property>
0464             <property name="alignment">
0465              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0466             </property>
0467            </widget>
0468           </item>
0469           <item row="2" column="1">
0470            <widget class="KIntSpinBox" name="inactiveShadowVOffset"/>
0471           </item>
0472           <item row="3" column="0">
0473            <widget class="QLabel" name="label_12">
0474             <property name="text">
0475              <string>Color:</string>
0476             </property>
0477            </widget>
0478           </item>
0479           <item row="3" column="1">
0480            <widget class="KComboBox" name="inactiveShadowColorType">
0481             <property name="sizeAdjustPolicy">
0482              <enum>QComboBox::AdjustToContents</enum>
0483             </property>
0484            </widget>
0485           </item>
0486           <item row="4" column="1">
0487            <widget class="KColorButton" name="inactiveShadowColor"/>
0488           </item>
0489           <item row="5" column="0">
0490            <widget class="QLabel" name="ias_g_l">
0491             <property name="text">
0492              <string>Gradients:</string>
0493             </property>
0494            </widget>
0495           </item>
0496           <item row="5" column="1">
0497            <widget class="QCheckBox" name="inactiveUsesActiveGradients">
0498             <property name="whatsThis">
0499              <string>If enabled, the shadows of inactive windows will be drawn using the same gradient routine as that used for active windows.</string>
0500             </property>
0501             <property name="text">
0502              <string>As per active windows</string>
0503             </property>
0504            </widget>
0505           </item>
0506          </layout>
0507         </widget>
0508        </item>
0509       </layout>
0510      </widget>
0511     </widget>
0512    </item>
0513   </layout>
0514  </widget>
0515  <layoutdefault spacing="6" margin="11"/>
0516  <customwidgets>
0517   <customwidget>
0518    <class>KIntSpinBox</class>
0519    <extends>QSpinBox</extends>
0520    <header>knuminput.h</header>
0521   </customwidget>
0522   <customwidget>
0523    <class>KComboBox</class>
0524    <extends>QComboBox</extends>
0525    <header>kcombobox.h</header>
0526   </customwidget>
0527   <customwidget>
0528    <class>KColorButton</class>
0529    <extends>QPushButton</extends>
0530    <header>kcolorbutton.h</header>
0531   </customwidget>
0532   <customwidget>
0533    <class>KIntNumInput</class>
0534    <extends>QWidget</extends>
0535    <header>knuminput.h</header>
0536   </customwidget>
0537  </customwidgets>
0538  <tabstops>
0539   <tabstop>tabWidget</tabstop>
0540   <tabstop>borderSize</tabstop>
0541   <tabstop>roundBottom</tabstop>
0542   <tabstop>borderlessMax</tabstop>
0543   <tabstop>outerBorder</tabstop>
0544   <tabstop>innerBorder</tabstop>
0545   <tabstop>grouping</tabstop>
0546   <tabstop>titleBarPad</tabstop>
0547   <tabstop>activeOpacity</tabstop>
0548   <tabstop>inactiveOpacity</tabstop>
0549   <tabstop>opaqueBorder</tabstop>
0550   <tabstop>useShadows</tabstop>
0551   <tabstop>activeShadowSize</tabstop>
0552   <tabstop>activeShadowHOffset</tabstop>
0553   <tabstop>activeShadowVOffset</tabstop>
0554   <tabstop>activeShadowColorType</tabstop>
0555   <tabstop>activeShadowColor</tabstop>
0556   <tabstop>inactiveShadowSize</tabstop>
0557   <tabstop>inactiveShadowHOffset</tabstop>
0558   <tabstop>inactiveShadowVOffset</tabstop>
0559   <tabstop>inactiveShadowColorType</tabstop>
0560   <tabstop>inactiveShadowColor</tabstop>
0561   <tabstop>inactiveUsesActiveGradients</tabstop>
0562  </tabstops>
0563  <resources/>
0564  <connections>
0565   <connection>
0566    <sender>useShadows</sender>
0567    <signal>toggled(bool)</signal>
0568    <receiver>activeShadows</receiver>
0569    <slot>setEnabled(bool)</slot>
0570    <hints>
0571     <hint type="sourcelabel">
0572      <x>55</x>
0573      <y>47</y>
0574     </hint>
0575     <hint type="destinationlabel">
0576      <x>58</x>
0577      <y>106</y>
0578     </hint>
0579    </hints>
0580   </connection>
0581   <connection>
0582    <sender>useShadows</sender>
0583    <signal>toggled(bool)</signal>
0584    <receiver>inactiveShadows</receiver>
0585    <slot>setEnabled(bool)</slot>
0586    <hints>
0587     <hint type="sourcelabel">
0588      <x>177</x>
0589      <y>50</y>
0590     </hint>
0591     <hint type="destinationlabel">
0592      <x>442</x>
0593      <y>71</y>
0594     </hint>
0595    </hints>
0596   </connection>
0597  </connections>
0598 </ui>