diff options
| author | Eran Mizrahi <erasmux@gmail.com> | 2017-12-13 16:18:54 +0200 |
|---|---|---|
| committer | Eran Mizrahi <erasmux@gmail.com> | 2017-12-13 22:27:11 +0200 |
| commit | a5bb70f53bc20f36f695ac5cd9f8b91163f694eb (patch) | |
| tree | 0d6f2c1e2bce7497c59785dd6de645d741620193 /src/waitingonclosedialog.ui | |
| parent | 0586b2856b0b8973e5781b9b0a1b5e5acac20532 (diff) | |
Wait for injected processes on MO close
Diffstat (limited to 'src/waitingonclosedialog.ui')
| -rw-r--r-- | src/waitingonclosedialog.ui | 119 |
1 files changed, 119 insertions, 0 deletions
diff --git a/src/waitingonclosedialog.ui b/src/waitingonclosedialog.ui new file mode 100644 index 00000000..9c7818e0 --- /dev/null +++ b/src/waitingonclosedialog.ui @@ -0,0 +1,119 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>WaitingOnCloseDialog</class> + <widget class="QDialog" name="WaitingOnCloseDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>317</width> + <height>151</height> + </rect> + </property> + <property name="windowTitle"> + <string>Waiting for virtualized processes</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,0"> + <item> + <widget class="QLabel" name="label"> + <property name="toolTip"> + <string>This dialog should disappear automatically if the application/game is done.</string> + </property> + <property name="text"> + <string>Virtualized processes are still running, it is prefered to keep MO running until they are finished.</string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <spacer name="verticalSpacer1"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <height>10</height> + </size> + </property> + </spacer> + </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> + <spacer name="verticalSpacer2"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <height>10</height> + </size> + </property> + </spacer> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,0"> + <item> + <widget class="QPushButton" name="closeButton"> + <property name="text"> + <string>Close Now</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_6"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="cancelButton"> + <property name="text"> + <string>Cancel</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <spacer name="verticalSpacer3"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <height>10</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + <resources/> + <connections/> +</ui> |
