diff options
Diffstat (limited to 'src/widgets/MoreApps/moreapps.ui')
-rw-r--r-- | src/widgets/MoreApps/moreapps.ui | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/src/widgets/MoreApps/moreapps.ui b/src/widgets/MoreApps/moreapps.ui new file mode 100644 index 0000000..cfcf8fa --- /dev/null +++ b/src/widgets/MoreApps/moreapps.ui @@ -0,0 +1,57 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>MoreApps</class> + <widget class="QWidget" name="MoreApps"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>806</width> + <height>141</height> + </rect> + </property> + <property name="windowTitle"> + <string>Form</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <spacer name="horizontalSpacer_2"> + <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="QLabel" name="loadingLabel"> + <property name="text"> + <string>... ... ... ...</string> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"/> + </item> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + <resources/> + <connections/> +</ui> |