diff options
Diffstat (limited to 'src/pmtime/console.ui')
-rw-r--r-- | src/pmtime/console.ui | 139 |
1 files changed, 139 insertions, 0 deletions
diff --git a/src/pmtime/console.ui b/src/pmtime/console.ui new file mode 100644 index 0000000..a3ea80f --- /dev/null +++ b/src/pmtime/console.ui @@ -0,0 +1,139 @@ +<ui version="4.0" > + <class>Console</class> + <widget class="QDialog" name="Console" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>493</width> + <height>326</height> + </rect> + </property> + <property name="windowTitle" > + <string>pmtime Console</string> + </property> + <property name="windowIcon" > + <iconset resource="pmtime.qrc" >:/images/pmtime.png</iconset> + </property> + <property name="sizeGripEnabled" > + <bool>true</bool> + </property> + <layout class="QGridLayout" > + <property name="margin" > + <number>9</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + <item row="0" column="0" > + <layout class="QVBoxLayout" > + <property name="margin" > + <number>0</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + <item> + <widget class="QTextEdit" name="text" > + <property name="sizePolicy" > + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>3</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="autoFormatting" > + <set>QTextEdit::AutoNone</set> + </property> + <property name="readOnly" > + <bool>true</bool> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" > + <property name="margin" > + <number>0</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + <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="QPushButton" name="buttonHide" > + <property name="sizePolicy" > + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize" > + <size> + <width>85</width> + <height>30</height> + </size> + </property> + <property name="maximumSize" > + <size> + <width>85</width> + <height>30</height> + </size> + </property> + <property name="text" > + <string>&Hide</string> + </property> + <property name="shortcut" > + <string>Alt+H</string> + </property> + <property name="autoDefault" > + <bool>true</bool> + </property> + <property name="default" > + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </item> + </layout> + </widget> + <layoutdefault spacing="6" margin="11" /> + <resources> + <include location="pmtime.qrc" /> + </resources> + <connections> + <connection> + <sender>buttonHide</sender> + <signal>clicked()</signal> + <receiver>Console</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel" > + <x>20</x> + <y>20</y> + </hint> + <hint type="destinationlabel" > + <x>20</x> + <y>20</y> + </hint> + </hints> + </connection> + </connections> +</ui> |