diff options
Diffstat (limited to 'src/lockeddialog.ui')
| -rw-r--r-- | src/lockeddialog.ui | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/src/lockeddialog.ui b/src/lockeddialog.ui new file mode 100644 index 00000000..623e8da1 --- /dev/null +++ b/src/lockeddialog.ui @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>LockedDialog</class>
+ <widget class="QDialog" name="LockedDialog">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>236</width>
+ <height>110</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Locked</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <widget class="QLabel" name="label">
+ <property name="toolTip">
+ <string>This dialog should disappear automatically if the application/game is done. Click unlock if it didn't.</string>
+ </property>
+ <property name="text">
+ <string>MO is locked while the executable is running.</string>
+ </property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="processLabel">
+ <property name="font">
+ <font>
+ <italic>true</italic>
+ </font>
+ </property>
+ <property name="styleSheet">
+ <string notr="true">color: grey;</string>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ <property name="alignment">
+ <set>Qt::AlignCenter</set>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="unlockButton">
+ <property name="text">
+ <string>Unlock</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
|
