You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
190 lines
4.8 KiB
190 lines
4.8 KiB
<ui version="4.0" > |
|
<class>KWin::ShowFpsEffectConfigForm</class> |
|
<widget class="QWidget" name="KWin::ShowFpsEffectConfigForm" > |
|
<property name="geometry" > |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>400</width> |
|
<height>194</height> |
|
</rect> |
|
</property> |
|
<layout class="QVBoxLayout" > |
|
<item> |
|
<widget class="QGroupBox" name="groupBox" > |
|
<property name="title" > |
|
<string>Text</string> |
|
</property> |
|
<layout class="QVBoxLayout" > |
|
<item> |
|
<layout class="QHBoxLayout" > |
|
<item> |
|
<widget class="QLabel" name="label" > |
|
<property name="text" > |
|
<string>Text position:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<spacer> |
|
<property name="orientation" > |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="sizeHint" > |
|
<size> |
|
<width>40</width> |
|
<height>20</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item> |
|
<widget class="QComboBox" name="textPosition" > |
|
<item> |
|
<property name="text" > |
|
<string>Inside Graph</string> |
|
</property> |
|
</item> |
|
<item> |
|
<property name="text" > |
|
<string>Nowhere</string> |
|
</property> |
|
</item> |
|
<item> |
|
<property name="text" > |
|
<string>Top Left</string> |
|
</property> |
|
</item> |
|
<item> |
|
<property name="text" > |
|
<string>Top Right</string> |
|
</property> |
|
</item> |
|
<item> |
|
<property name="text" > |
|
<string>Bottom Left</string> |
|
</property> |
|
</item> |
|
<item> |
|
<property name="text" > |
|
<string>Bottom Right</string> |
|
</property> |
|
</item> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" > |
|
<item> |
|
<widget class="QLabel" name="label_2" > |
|
<property name="text" > |
|
<string>Text font:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<spacer> |
|
<property name="orientation" > |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="sizeHint" > |
|
<size> |
|
<width>40</width> |
|
<height>20</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item> |
|
<widget class="KFontRequester" native="1" name="textFont" /> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" > |
|
<item> |
|
<widget class="QLabel" name="label_3" > |
|
<property name="text" > |
|
<string>Text color:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<spacer> |
|
<property name="orientation" > |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="sizeHint" > |
|
<size> |
|
<width>40</width> |
|
<height>20</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item> |
|
<widget class="KColorButton" name="textColor" /> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" > |
|
<item> |
|
<widget class="QLabel" name="label_4" > |
|
<property name="text" > |
|
<string>Text alpha:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<spacer> |
|
<property name="orientation" > |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="sizeHint" > |
|
<size> |
|
<width>40</width> |
|
<height>20</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item> |
|
<widget class="QDoubleSpinBox" name="textAlpha" > |
|
<property name="decimals" > |
|
<number>2</number> |
|
</property> |
|
<property name="maximum" > |
|
<double>1.000000000000000</double> |
|
</property> |
|
<property name="singleStep" > |
|
<double>0.100000000000000</double> |
|
</property> |
|
<property name="value" > |
|
<double>1.000000000000000</double> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<customwidgets> |
|
<customwidget> |
|
<class>KColorButton</class> |
|
<extends>QPushButton</extends> |
|
<header>kcolorbutton.h</header> |
|
</customwidget> |
|
<customwidget> |
|
<class>KFontRequester</class> |
|
<extends>QWidget</extends> |
|
<header>kfontrequester.h</header> |
|
</customwidget> |
|
</customwidgets> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|