98 lines
2.5 KiB
XML
98 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0" stdsetdef="1">
|
|
<author></author>
|
|
<comment></comment>
|
|
<exportmacro></exportmacro>
|
|
<class>linboCounter</class>
|
|
<widget class="QDialog" name="linboCounter">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>131</width>
|
|
<height>172</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Root </string>
|
|
</property>
|
|
<widget class="QLCDNumber" name="counter">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>50</y>
|
|
<width>131</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<property name="numDigits">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="mode">
|
|
<enum>QLCDNumber::Dec</enum>
|
|
</property>
|
|
<property name="segmentStyle">
|
|
<enum>QLCDNumber::Filled</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="timeoutCheck">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>5</x>
|
|
<y>100</y>
|
|
<width>130</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Timeout</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="text">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>111</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Root Modus</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="logoutButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>130</y>
|
|
<width>130</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>LOGOUT</string>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
|
</ui>
|