Warning, /plasma/kwin/src/plugins/mouseclick/mouseclick_config.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>KWin::MouseClickEffectConfigForm</class>
0004  <widget class="QWidget" name="KWin::MouseClickEffectConfigForm">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>335</width>
0010     <height>378</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QTabWidget" name="tabs">
0016      <property name="currentIndex">
0017       <number>0</number>
0018      </property>
0019      <widget class="QWidget" name="basic_tab">
0020       <attribute name="title">
0021        <string>Basic Settings</string>
0022       </attribute>
0023       <layout class="QFormLayout" name="formLayout_3">
0024        <item row="1" column="1">
0025         <widget class="KColorCombo" name="kcfg_Color1">
0026          <property name="sizePolicy">
0027           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0028            <horstretch>0</horstretch>
0029            <verstretch>0</verstretch>
0030           </sizepolicy>
0031          </property>
0032         </widget>
0033        </item>
0034        <item row="1" column="0">
0035         <widget class="QLabel" name="button1_label">
0036          <property name="text">
0037           <string>Left Mouse Button Color:</string>
0038          </property>
0039          <property name="alignment">
0040           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0041          </property>
0042          <property name="buddy">
0043           <cstring>kcfg_Color1</cstring>
0044          </property>
0045         </widget>
0046        </item>
0047        <item row="2" column="0">
0048         <widget class="QLabel" name="button2_label">
0049          <property name="text">
0050           <string>Middle Mouse Button Color:</string>
0051          </property>
0052          <property name="buddy">
0053           <cstring>kcfg_Color2</cstring>
0054          </property>
0055         </widget>
0056        </item>
0057        <item row="2" column="1">
0058         <widget class="KColorCombo" name="kcfg_Color2">
0059          <property name="sizePolicy">
0060           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0061            <horstretch>0</horstretch>
0062            <verstretch>0</verstretch>
0063           </sizepolicy>
0064          </property>
0065         </widget>
0066        </item>
0067        <item row="3" column="0">
0068         <widget class="QLabel" name="button3_label">
0069          <property name="text">
0070           <string>Right Mouse Button Color:</string>
0071          </property>
0072          <property name="buddy">
0073           <cstring>kcfg_Color3</cstring>
0074          </property>
0075         </widget>
0076        </item>
0077        <item row="3" column="1">
0078         <widget class="KColorCombo" name="kcfg_Color3">
0079          <property name="sizePolicy">
0080           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0081            <horstretch>0</horstretch>
0082            <verstretch>0</verstretch>
0083           </sizepolicy>
0084          </property>
0085         </widget>
0086        </item>
0087       </layout>
0088      </widget>
0089      <widget class="QWidget" name="advanced_tab">
0090       <attribute name="title">
0091        <string>Advanced Settings</string>
0092       </attribute>
0093       <layout class="QVBoxLayout" name="verticalLayout_2">
0094        <item>
0095         <widget class="QGroupBox" name="rings">
0096          <property name="title">
0097           <string>Rings</string>
0098          </property>
0099          <layout class="QFormLayout" name="formLayout_2">
0100           <item row="0" column="0">
0101            <widget class="QLabel" name="ring_line_width_label">
0102             <property name="text">
0103              <string>Line Width:</string>
0104             </property>
0105             <property name="buddy">
0106              <cstring>kcfg_LineWidth</cstring>
0107             </property>
0108            </widget>
0109           </item>
0110           <item row="0" column="1">
0111            <widget class="QDoubleSpinBox" name="kcfg_LineWidth">
0112             <property name="sizePolicy">
0113              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0114               <horstretch>0</horstretch>
0115               <verstretch>0</verstretch>
0116              </sizepolicy>
0117             </property>
0118             <property name="suffix">
0119              <string> pixel</string>
0120             </property>
0121            </widget>
0122           </item>
0123           <item row="1" column="1">
0124            <widget class="QSpinBox" name="kcfg_RingLife">
0125             <property name="sizePolicy">
0126              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0127               <horstretch>0</horstretch>
0128               <verstretch>0</verstretch>
0129              </sizepolicy>
0130             </property>
0131             <property name="suffix">
0132              <string> msec</string>
0133             </property>
0134             <property name="minimum">
0135              <number>50</number>
0136             </property>
0137             <property name="maximum">
0138              <number>5000</number>
0139             </property>
0140            </widget>
0141           </item>
0142           <item row="1" column="0">
0143            <widget class="QLabel" name="ring_duration_label">
0144             <property name="text">
0145              <string>Ring Duration:</string>
0146             </property>
0147             <property name="buddy">
0148              <cstring>kcfg_RingLife</cstring>
0149             </property>
0150            </widget>
0151           </item>
0152           <item row="2" column="0">
0153            <widget class="QLabel" name="ring_radius_label">
0154             <property name="text">
0155              <string>Ring Radius:</string>
0156             </property>
0157             <property name="buddy">
0158              <cstring>kcfg_RingSize</cstring>
0159             </property>
0160            </widget>
0161           </item>
0162           <item row="2" column="1">
0163            <widget class="QSpinBox" name="kcfg_RingSize">
0164             <property name="sizePolicy">
0165              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0166               <horstretch>0</horstretch>
0167               <verstretch>0</verstretch>
0168              </sizepolicy>
0169             </property>
0170             <property name="suffix">
0171              <string> pixel</string>
0172             </property>
0173             <property name="minimum">
0174              <number>1</number>
0175             </property>
0176             <property name="maximum">
0177              <number>1000</number>
0178             </property>
0179            </widget>
0180           </item>
0181           <item row="3" column="0">
0182            <widget class="QLabel" name="ring_count_label">
0183             <property name="text">
0184              <string>Ring Count:</string>
0185             </property>
0186             <property name="buddy">
0187              <cstring>kcfg_RingCount</cstring>
0188             </property>
0189            </widget>
0190           </item>
0191           <item row="3" column="1">
0192            <widget class="QSpinBox" name="kcfg_RingCount">
0193             <property name="sizePolicy">
0194              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0195               <horstretch>0</horstretch>
0196               <verstretch>0</verstretch>
0197              </sizepolicy>
0198             </property>
0199             <property name="minimum">
0200              <number>1</number>
0201             </property>
0202            </widget>
0203           </item>
0204          </layout>
0205         </widget>
0206        </item>
0207        <item>
0208         <widget class="QGroupBox" name="font">
0209          <property name="title">
0210           <string>Text</string>
0211          </property>
0212          <layout class="QFormLayout" name="formLayout_4">
0213           <item row="3" column="0">
0214            <widget class="QLabel" name="font_label">
0215             <property name="text">
0216              <string>Font:</string>
0217             </property>
0218            </widget>
0219           </item>
0220           <item row="3" column="1">
0221            <widget class="KFontRequester" name="kcfg_Font"/>
0222           </item>
0223           <item row="2" column="1">
0224            <widget class="QCheckBox" name="kcfg_ShowText">
0225             <property name="text">
0226              <string/>
0227             </property>
0228            </widget>
0229           </item>
0230           <item row="2" column="0">
0231            <widget class="QLabel" name="showtext_label">
0232             <property name="text">
0233              <string>Show Text:</string>
0234             </property>
0235             <property name="buddy">
0236              <cstring>kcfg_ShowText</cstring>
0237             </property>
0238            </widget>
0239           </item>
0240          </layout>
0241         </widget>
0242        </item>
0243       </layout>
0244      </widget>
0245     </widget>
0246    </item>
0247    <item>
0248     <widget class="KShortcutsEditor" name="editor" native="true">
0249      <property name="sizePolicy">
0250       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0251        <horstretch>0</horstretch>
0252        <verstretch>0</verstretch>
0253       </sizepolicy>
0254      </property>
0255      <property name="actionTypes">
0256         <enum>KShortcutsEditor::GlobalAction</enum>
0257      </property>
0258     </widget>
0259    </item>
0260   </layout>
0261  </widget>
0262  <customwidgets>
0263   <customwidget>
0264    <class>KColorCombo</class>
0265    <extends>QComboBox</extends>
0266    <header>kcolorcombo.h</header>
0267   </customwidget>
0268   <customwidget>
0269    <class>KFontRequester</class>
0270    <extends>QWidget</extends>
0271    <header>kfontrequester.h</header>
0272   </customwidget>
0273   <customwidget>
0274    <class>KShortcutsEditor</class>
0275    <extends>QWidget</extends>
0276    <header location="global">KShortcutsEditor</header>
0277    <container>1</container>
0278   </customwidget>
0279  </customwidgets>
0280  <resources/>
0281  <connections/>
0282 </ui>