|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <ui version="4.0"> |
3 | | - <class>MainWindow</class> |
4 | | - <widget class="QMainWindow" name="MainWindow"> |
5 | | - <property name="geometry"> |
6 | | - <rect> |
7 | | - <x>0</x> |
8 | | - <y>0</y> |
9 | | - <width>927</width> |
10 | | - <height>716</height> |
11 | | - </rect> |
12 | | - </property> |
13 | | - <property name="sizePolicy"> |
14 | | - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
15 | | - <horstretch>0</horstretch> |
16 | | - <verstretch>0</verstretch> |
17 | | - </sizepolicy> |
18 | | - </property> |
19 | | - <property name="minimumSize"> |
20 | | - <size> |
21 | | - <width>800</width> |
22 | | - <height>600</height> |
23 | | - </size> |
24 | | - </property> |
25 | | - <property name="maximumSize"> |
26 | | - <size> |
27 | | - <width>16777215</width> |
28 | | - <height>16777215</height> |
29 | | - </size> |
30 | | - </property> |
31 | | - <property name="windowTitle"> |
32 | | - <string>JSONFormat4Flutter(v0.5)</string> |
33 | | - </property> |
34 | | - <property name="windowIcon"> |
35 | | - <iconset resource="logo.qrc"> |
36 | | - <normaloff>:/img/logo.png</normaloff>:/img/logo.png</iconset> |
37 | | - </property> |
38 | | - <widget class="QWidget" name="centralWidget"> |
39 | | - <layout class="QVBoxLayout" name="verticalLayout"> |
40 | | - <item> |
41 | | - <widget class="QFrame" name="frame"> |
42 | | - <property name="frameShape"> |
43 | | - <enum>QFrame::StyledPanel</enum> |
44 | | - </property> |
45 | | - <property name="frameShadow"> |
46 | | - <enum>QFrame::Raised</enum> |
47 | | - </property> |
48 | | - <layout class="QVBoxLayout" name="verticalLayout_4"> |
49 | | - <item> |
50 | | - <widget class="QSplitter" name="splitter"> |
51 | | - <property name="orientation"> |
52 | | - <enum>Qt::Horizontal</enum> |
53 | | - </property> |
54 | | - <widget class="QWidget" name="layoutWidget"> |
55 | | - <layout class="QVBoxLayout" name="verticalLayout_3"> |
56 | | - <property name="sizeConstraint"> |
57 | | - <enum>QLayout::SetDefaultConstraint</enum> |
58 | | - </property> |
59 | | - <item> |
60 | | - <widget class="QPushButton" name="btn_format"> |
61 | | - <property name="text"> |
62 | | - <string>格式化</string> |
63 | | - </property> |
64 | | - </widget> |
65 | | - </item> |
66 | | - <item> |
67 | | - <widget class="QTextEdit" name="te_json"/> |
68 | | - </item> |
69 | | - <item> |
70 | | - <widget class="QPushButton" name="btn_copy"> |
71 | | - <property name="text"> |
72 | | - <string>复制</string> |
73 | | - </property> |
74 | | - </widget> |
75 | | - </item> |
76 | | - </layout> |
77 | | - </widget> |
78 | | - <widget class="QWidget" name="layoutWidget"> |
79 | | - <layout class="QVBoxLayout" name="verticalLayout_2"> |
80 | | - <item> |
81 | | - <widget class="QPushButton" name="btn_generate"> |
82 | | - <property name="text"> |
83 | | - <string>生成Bean</string> |
84 | | - </property> |
85 | | - </widget> |
86 | | - </item> |
87 | | - <item> |
88 | | - <widget class="QTableWidget" name="tv_fields"> |
89 | | - <property name="columnCount"> |
90 | | - <number>3</number> |
91 | | - </property> |
92 | | - <column/> |
93 | | - <column/> |
94 | | - <column/> |
95 | | - </widget> |
96 | | - </item> |
97 | | - </layout> |
98 | | - </widget> |
| 3 | + <class>MainWindow</class> |
| 4 | + <widget class="QMainWindow" name="MainWindow"> |
| 5 | + <property name="geometry"> |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>927</width> |
| 10 | + <height>716</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <property name="sizePolicy"> |
| 14 | + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
| 15 | + <horstretch>0</horstretch> |
| 16 | + <verstretch>0</verstretch> |
| 17 | + </sizepolicy> |
| 18 | + </property> |
| 19 | + <property name="minimumSize"> |
| 20 | + <size> |
| 21 | + <width>800</width> |
| 22 | + <height>600</height> |
| 23 | + </size> |
| 24 | + </property> |
| 25 | + <property name="maximumSize"> |
| 26 | + <size> |
| 27 | + <width>16777215</width> |
| 28 | + <height>16777215</height> |
| 29 | + </size> |
| 30 | + </property> |
| 31 | + <property name="windowTitle"> |
| 32 | + <string>JSONFormat4Flutter(vcode)</string> |
| 33 | + </property> |
| 34 | + <property name="windowIcon"> |
| 35 | + <iconset resource="logo.qrc"> |
| 36 | + <normaloff>:/img/logo.png</normaloff>:/img/logo.png |
| 37 | + </iconset> |
| 38 | + </property> |
| 39 | + <widget class="QWidget" name="centralWidget"> |
| 40 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 41 | + <item> |
| 42 | + <widget class="QFrame" name="frame"> |
| 43 | + <property name="frameShape"> |
| 44 | + <enum>QFrame::StyledPanel</enum> |
| 45 | + </property> |
| 46 | + <property name="frameShadow"> |
| 47 | + <enum>QFrame::Raised</enum> |
| 48 | + </property> |
| 49 | + <layout class="QVBoxLayout" name="verticalLayout_4"> |
| 50 | + <item> |
| 51 | + <widget class="QSplitter" name="splitter"> |
| 52 | + <property name="orientation"> |
| 53 | + <enum>Qt::Horizontal</enum> |
| 54 | + </property> |
| 55 | + <widget class="QWidget" name="layoutWidget"> |
| 56 | + <layout class="QVBoxLayout" name="verticalLayout_3"> |
| 57 | + <property name="sizeConstraint"> |
| 58 | + <enum>QLayout::SetDefaultConstraint</enum> |
| 59 | + </property> |
| 60 | + <item> |
| 61 | + <widget class="QPushButton" name="btn_format"> |
| 62 | + <property name="text"> |
| 63 | + <string>格式化</string> |
| 64 | + </property> |
| 65 | + </widget> |
| 66 | + </item> |
| 67 | + <item> |
| 68 | + <widget class="QTextEdit" name="te_json"/> |
| 69 | + </item> |
| 70 | + <item> |
| 71 | + <widget class="QPushButton" name="btn_copy"> |
| 72 | + <property name="text"> |
| 73 | + <string>复制</string> |
| 74 | + </property> |
| 75 | + </widget> |
| 76 | + </item> |
| 77 | + </layout> |
| 78 | + </widget> |
| 79 | + <widget class="QWidget" name="layoutWidget"> |
| 80 | + <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 81 | + <item> |
| 82 | + <widget class="QPushButton" name="btn_generate"> |
| 83 | + <property name="text"> |
| 84 | + <string>生成Bean</string> |
| 85 | + </property> |
| 86 | + </widget> |
| 87 | + </item> |
| 88 | + <item> |
| 89 | + <widget class="QTableWidget" name="tv_fields"> |
| 90 | + <property name="columnCount"> |
| 91 | + <number>3</number> |
| 92 | + </property> |
| 93 | + <column/> |
| 94 | + <column/> |
| 95 | + <column/> |
| 96 | + </widget> |
| 97 | + </item> |
| 98 | + </layout> |
| 99 | + </widget> |
| 100 | + </widget> |
| 101 | + </item> |
| 102 | + </layout> |
| 103 | + </widget> |
| 104 | + </item> |
| 105 | + </layout> |
99 | 106 | </widget> |
100 | | - </item> |
101 | | - </layout> |
102 | | - </widget> |
103 | | - </item> |
104 | | - </layout> |
105 | | - </widget> |
106 | | - </widget> |
107 | | - <layoutdefault spacing="6" margin="11"/> |
108 | | - <resources> |
109 | | - <include location="logo.qrc"/> |
110 | | - </resources> |
111 | | - <connections/> |
| 107 | + </widget> |
| 108 | + <layoutdefault spacing="6" margin="11"/> |
| 109 | + <resources> |
| 110 | + <include location="logo.qrc"/> |
| 111 | + </resources> |
| 112 | + <connections/> |
112 | 113 | </ui> |
0 commit comments