mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kwin: add dimscreen_config.ui to the repo
oops Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7cd40f83cc
commit
928d01f05d
1 changed files with 50 additions and 0 deletions
50
kwin/effects/dimscreen/dimscreen_config.ui
Normal file
50
kwin/effects/dimscreen/dimscreen_config.ui
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<ui version="4.0">
|
||||||
|
<class>KWin::DimScreenEffectConfigForm</class>
|
||||||
|
<widget class="QWidget" name="KWin::DimScreenEffectConfigForm">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>298</width>
|
||||||
|
<height>161</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
|
<item row="0" column="0" colspan="1">
|
||||||
|
<widget class="QLabel" name="windowClassesLabel">
|
||||||
|
<property name="text">
|
||||||
|
<string>&Window Classes:</string>
|
||||||
|
</property>
|
||||||
|
<property name="buddy">
|
||||||
|
<cstring>kcfg_WindowClasses</cstring>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="0" column="1" colspan="1">
|
||||||
|
<widget class="KLineEdit" name="kcfg_WindowClasses">
|
||||||
|
<property name="placeholderText">
|
||||||
|
<string>Apply effect to the win&dow classes</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="1" column="0" colspan="2">
|
||||||
|
<spacer name="verticalSpacer">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Vertical</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>20</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
<tabstops>
|
||||||
|
<tabstop>kcfg_WindowClasses</tabstop>
|
||||||
|
</tabstops>
|
||||||
|
<connections/>
|
||||||
|
</ui>
|
Loading…
Add table
Reference in a new issue