-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcfg_advanced.ui
More file actions
31 lines (31 loc) · 825 Bytes
/
cfg_advanced.ui
File metadata and controls
31 lines (31 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<ui version="4.0" >
<author>Mathias Soeken</author>
<class>ConfigAdvanced</class>
<widget class="QWidget" name="ConfigAdvanced" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout" >
<property name="fieldGrowthPolicy" >
<enum>QFormLayout::ExpandingFieldsGrow</enum>
</property>
<item row="2" column="1" >
<widget class="QCheckBox" name="kcfg_AlwaysOnTop" >
<property name="toolTip" >
<string>If this option is enabled, the window is being kept above other windows.</string>
</property>
<property name="text" >
<string>Always on top</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>