diff options
| author | 张智皓 <[email protected]> | 2023-03-23 05:52:59 +0000 |
|---|---|---|
| committer | 张智皓 <[email protected]> | 2023-03-23 05:52:59 +0000 |
| commit | ace512b30dbd8a1029f6c77d8500ea8201e92201 (patch) | |
| tree | 32a942dd884ae979d5b39c708ce9c97ebce9bec4 /src | |
| parent | a2ba934dbdba4da2c3cee5fc69cf449f37adc755 (diff) | |
上传新文件
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/about.ui | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/src/ui/about.ui b/src/ui/about.ui new file mode 100644 index 0000000..0526295 --- /dev/null +++ b/src/ui/about.ui @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>Dialog</class> + <widget class="QDialog" name="Dialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>320</width> + <height>240</height> + </rect> + </property> + <property name="minimumSize"> + <size> + <width>320</width> + <height>240</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>320</width> + <height>240</height> + </size> + </property> + <property name="font"> + <font> + <pointsize>14</pointsize> + </font> + </property> + <property name="windowTitle"> + <string>About</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="image_label"> + <property name="minimumSize"> + <size> + <width>128</width> + <height>128</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>128</width> + <height>128</height> + </size> + </property> + <property name="text"> + <string>image</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="version_label"> + <property name="text"> + <string>Version</string> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections/> +</ui> |
