diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-30 01:17:30 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-03 11:39:06 -0500 |
| commit | 6f21f3a19fbd82bc43c97dcab877959220ce2f22 (patch) | |
| tree | a075ecb15a7efffcbf0648a24ab57c579f737004 /src/createinstancedialog.ui | |
| parent | 44d9ebaf076ff5be5235b65fe68a8b0699c8cf6f (diff) | |
disable portable instance button if one exists
Diffstat (limited to 'src/createinstancedialog.ui')
| -rw-r--r-- | src/createinstancedialog.ui | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/src/createinstancedialog.ui b/src/createinstancedialog.ui index ebaef84d..a3c3db92 100644 --- a/src/createinstancedialog.ui +++ b/src/createinstancedialog.ui @@ -182,6 +182,16 @@ </widget> </item> <item> + <widget class="QLabel" name="portableExistsLabel"> + <property name="text"> + <string>A portable instance already exists.</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + </item> + <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> @@ -266,8 +276,8 @@ <rect> <x>0</x> <y>0</y> - <width>63</width> - <height>16</height> + <width>455</width> + <height>286</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_26"> @@ -402,8 +412,8 @@ <rect> <x>0</x> <y>0</y> - <width>63</width> - <height>16</height> + <width>455</width> + <height>278</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_17"> |
