diff options
Diffstat (limited to 'src/__TODO/UpdateCheckDialog.ui')
-rwxr-xr-x | src/__TODO/UpdateCheckDialog.ui | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/src/__TODO/UpdateCheckDialog.ui b/src/__TODO/UpdateCheckDialog.ui new file mode 100755 index 0000000..ebfc8bb --- /dev/null +++ b/src/__TODO/UpdateCheckDialog.ui @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>UpdateCheckDialog</class> + <widget class="TQDialog" name="UpdateCheckDialog"> + <property name="windowModality"> + <enum>TQt::WindowModal</enum> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>323</width> + <height>108</height> + </rect> + </property> + <property name="windowTitle"> + <string>Checking for update...</string> + </property> + <layout class="TQVBoxLayout"> + <item> + <widget class="TQLabel" name="label"> + <property name="text"> + <string>Checking whether a newer version is available</string> + </property> + </widget> + </item> + <item> + <widget class="TQProgressBar" name="progressBar"> + <property name="value"> + <number>0</number> + </property> + <property name="textVisible"> + <bool>false</bool> + </property> + </widget> + </item> + <item> + <widget class="TQDialogButtonBox" name="buttonBox"> + <property name="standardButtons"> + <set>TQDialogButtonBox::Cancel</set> + </property> + <property name="centerButtons"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections/> +</ui> |