Warning, /plasma/kwin/src/kcms/compositing/compositing.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>CompositingForm</class>
0004  <widget class="QWidget" name="CompositingForm">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>526</width>
0010     <height>395</height>
0011    </rect>
0012   </property>
0013   <layout class="QFormLayout" name="formLayout">
0014    <property name="fieldGrowthPolicy">
0015     <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
0016    </property>
0017    <property name="labelAlignment">
0018     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0019    </property>
0020    <item row="0" column="0" colspan="2">
0021     <layout class="QVBoxLayout" name="verticalLayout_4">
0022      <item>
0023       <widget class="KMessageWidget" name="glCrashedWarning">
0024        <property name="visible">
0025         <bool>false</bool>
0026        </property>
0027        <property name="text">
0028         <string>OpenGL compositing (the default) has crashed KWin in the past.
0029 This was most likely due to a driver bug.
0030 If you think that you have meanwhile upgraded to a stable driver,
0031 you can reset this protection but be aware that this might result in an immediate crash!</string>
0032        </property>
0033        <property name="wordWrap">
0034         <bool>true</bool>
0035        </property>
0036       </widget>
0037      </item>
0038      <item>
0039       <widget class="KMessageWidget" name="windowThumbnailWarning">
0040        <property name="visible">
0041         <bool>false</bool>
0042        </property>
0043        <property name="text">
0044         <string>Keeping the window thumbnail always interferes with the minimized state of windows. This can result in windows not suspending their work when minimized.</string>
0045        </property>
0046        <property name="wordWrap">
0047         <bool>true</bool>
0048        </property>
0049       </widget>
0050      </item>
0051     </layout>
0052    </item>
0053    <item row="2" column="0">
0054     <widget class="QLabel" name="compositingLabel">
0055      <property name="text">
0056       <string>Compositing:</string>
0057      </property>
0058     </widget>
0059    </item>
0060    <item row="2" column="1">
0061     <widget class="QCheckBox" name="kcfg_Enabled">
0062      <property name="text">
0063       <string>Enable on startup</string>
0064      </property>
0065     </widget>
0066    </item>
0067    <item row="3" column="1">
0068     <widget class="QCheckBox" name="kcfg_WindowsBlockCompositing">
0069      <property name="toolTip">
0070       <string>Applications can set a hint to block compositing when the window is open.
0071  This brings performance improvements for e.g. games.
0072  The setting can be overruled by window-specific rules.</string>
0073      </property>
0074      <property name="text">
0075       <string>Allow applications to block compositing</string>
0076      </property>
0077     </widget>
0078    </item>
0079    <item row="4" column="0">
0080     <widget class="QLabel" name="animationSpeedLabel">
0081      <property name="text">
0082       <string>Animation speed:</string>
0083      </property>
0084     </widget>
0085    </item>
0086    <item row="4" column="1">
0087     <widget class="QWidget" name="animationSpeedControls" native="true">
0088      <property name="sizePolicy">
0089       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0090        <horstretch>0</horstretch>
0091        <verstretch>0</verstretch>
0092       </sizepolicy>
0093      </property>
0094      <layout class="QVBoxLayout" name="verticalLayout">
0095       <item>
0096        <widget class="QSlider" name="animationDurationFactor">
0097         <property name="minimum">
0098          <number>0</number>
0099         </property>
0100         <property name="maximum">
0101          <number>0</number>
0102         </property>
0103         <property name="orientation">
0104          <enum>Qt::Horizontal</enum>
0105         </property>
0106         <property name="tickPosition">
0107          <enum>QSlider::TicksBelow</enum>
0108         </property>
0109         <property name="tickInterval">
0110          <number>1</number>
0111         </property>
0112        </widget>
0113       </item>
0114       <item>
0115        <layout class="QHBoxLayout" name="_3">
0116         <item>
0117          <widget class="QLabel" name="label_3">
0118           <property name="text">
0119            <string>Very slow</string>
0120           </property>
0121          </widget>
0122         </item>
0123         <item>
0124          <spacer name="horizontalSpacer">
0125           <property name="orientation">
0126            <enum>Qt::Horizontal</enum>
0127           </property>
0128           <property name="sizeHint" stdset="0">
0129            <size>
0130             <width>40</width>
0131             <height>20</height>
0132            </size>
0133           </property>
0134          </spacer>
0135         </item>
0136         <item>
0137          <widget class="QLabel" name="label">
0138           <property name="text">
0139            <string>Instant</string>
0140           </property>
0141          </widget>
0142         </item>
0143        </layout>
0144       </item>
0145      </layout>
0146     </widget>
0147    </item>
0148    <item row="13" column="0">
0149     <widget class="QLabel" name="label_HiddenPreviews">
0150      <property name="text">
0151       <string>Keep window thumbnails:</string>
0152      </property>
0153     </widget>
0154    </item>
0155    <item row="13" column="1">
0156     <widget class="QComboBox" name="kcfg_HiddenPreviews">
0157      <item>
0158       <property name="text">
0159        <string>Never</string>
0160       </property>
0161      </item>
0162      <item>
0163       <property name="text">
0164        <string>Only for Shown Windows</string>
0165       </property>
0166      </item>
0167      <item>
0168       <property name="text">
0169        <string>Always</string>
0170       </property>
0171      </item>
0172     </widget>
0173    </item>
0174   </layout>
0175  </widget>
0176  <customwidgets>
0177   <customwidget>
0178    <class>KMessageWidget</class>
0179    <extends>QFrame</extends>
0180    <header>kmessagewidget.h</header>
0181    <container>1</container>
0182   </customwidget>
0183  </customwidgets>
0184  <resources/>
0185  <connections/>
0186 </ui>