VIファイルから作成したLabVIEWバージョンを表示。by QtCreator(Mingw)
Révision | ca6aabdfebcde26116558f2af05d216ce6806b41 (tree) |
---|---|
l'heure | 2013-02-12 17:51:02 |
Auteur | alucky4416 <alucky4416@user...> |
Commiter | alucky4416 |
ADD: Add Ico, modify Window Layout.
@@ -16,3 +16,5 @@ SOURCES += main.cpp\ | ||
16 | 16 | HEADERS += mainwindow.h |
17 | 17 | |
18 | 18 | FORMS += mainwindow.ui |
19 | + | |
20 | +win32:RC_FILE = Icon.rc |
@@ -0,0 +1 @@ | ||
1 | +IDI_ICON1 ICON DISCARDABLE "GetVersionOfVI.ico" |
@@ -54,6 +54,16 @@ | ||
54 | 54 | <height>20</height> |
55 | 55 | </rect> |
56 | 56 | </property> |
57 | + <property name="font"> | |
58 | + <font> | |
59 | + <pointsize>10</pointsize> | |
60 | + <weight>75</weight> | |
61 | + <bold>true</bold> | |
62 | + </font> | |
63 | + </property> | |
64 | + <property name="alignment"> | |
65 | + <set>Qt::AlignCenter</set> | |
66 | + </property> | |
57 | 67 | <property name="readOnly"> |
58 | 68 | <bool>true</bool> |
59 | 69 | </property> |
@@ -74,14 +84,17 @@ | ||
74 | 84 | <widget class="QLabel" name="label"> |
75 | 85 | <property name="geometry"> |
76 | 86 | <rect> |
77 | - <x>230</x> | |
87 | + <x>150</x> | |
78 | 88 | <y>50</y> |
79 | - <width>91</width> | |
80 | - <height>16</height> | |
89 | + <width>161</width> | |
90 | + <height>20</height> | |
81 | 91 | </rect> |
82 | 92 | </property> |
83 | 93 | <property name="text"> |
84 | - <string>LabVIEW Verison</string> | |
94 | + <string>Save LabVIEW Verison</string> | |
95 | + </property> | |
96 | + <property name="alignment"> | |
97 | + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> | |
85 | 98 | </property> |
86 | 99 | </widget> |
87 | 100 | <widget class="QToolButton" name="toolButton"> |
@@ -97,6 +110,22 @@ | ||
97 | 110 | <string>Select ...</string> |
98 | 111 | </property> |
99 | 112 | </widget> |
113 | + <widget class="QLabel" name="label_2"> | |
114 | + <property name="geometry"> | |
115 | + <rect> | |
116 | + <x>10</x> | |
117 | + <y>50</y> | |
118 | + <width>91</width> | |
119 | + <height>20</height> | |
120 | + </rect> | |
121 | + </property> | |
122 | + <property name="text"> | |
123 | + <string>Drop here</string> | |
124 | + </property> | |
125 | + <property name="alignment"> | |
126 | + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> | |
127 | + </property> | |
128 | + </widget> | |
100 | 129 | </widget> |
101 | 130 | <widget class="QMenuBar" name="menuBar"> |
102 | 131 | <property name="geometry"> |