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.
175 lines
5.0 KiB
175 lines
5.0 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<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>356</width> |
|
<height>180</height> |
|
</rect> |
|
</property> |
|
<layout class="QVBoxLayout"> |
|
<item> |
|
<widget class="QGroupBox" name="groupBox"> |
|
<property name="title"> |
|
<string>Text</string> |
|
</property> |
|
<layout class="QGridLayout" name="gridLayout"> |
|
<item row="0" column="0"> |
|
<widget class="QLabel" name="label"> |
|
<property name="text"> |
|
<string>Text position:</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
</property> |
|
<property name="buddy"> |
|
<cstring>kcfg_TextPosition</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="0" column="1"> |
|
<widget class="KComboBox" name="kcfg_TextPosition"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<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> |
|
<item row="1" column="0"> |
|
<widget class="QLabel" name="label_2"> |
|
<property name="text"> |
|
<string>Text font:</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="1" column="1"> |
|
<widget class="KFontRequester" name="kcfg_TextFont"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="2" column="0"> |
|
<widget class="QLabel" name="label_3"> |
|
<property name="text"> |
|
<string>Text color:</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
</property> |
|
<property name="buddy"> |
|
<cstring>kcfg_TextColor</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="2" column="1"> |
|
<widget class="KColorButton" name="kcfg_TextColor"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="3" column="0"> |
|
<widget class="QLabel" name="label_4"> |
|
<property name="text"> |
|
<string>Text alpha:</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
</property> |
|
<property name="buddy"> |
|
<cstring>kcfg_TextAlpha</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="3" column="1"> |
|
<widget class="QDoubleSpinBox" name="kcfg_TextAlpha"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<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> |
|
</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> |
|
<customwidget> |
|
<class>KComboBox</class> |
|
<extends>QComboBox</extends> |
|
<header>kcombobox.h</header> |
|
</customwidget> |
|
</customwidgets> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|