• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

VIファイルから作成したLabVIEWバージョンを表示。by QtCreator(Mingw)


Commit MetaInfo

Révisionca6aabdfebcde26116558f2af05d216ce6806b41 (tree)
l'heure2013-02-12 17:51:02
Auteuralucky4416 <alucky4416@user...>
Commiteralucky4416

Message de Log

ADD: Add Ico, modify Window Layout.

Change Summary

Modification

--- a/GetVIVersion.pro
+++ b/GetVIVersion.pro
@@ -16,3 +16,5 @@ SOURCES += main.cpp\
1616 HEADERS += mainwindow.h
1717
1818 FORMS += mainwindow.ui
19+
20+win32:RC_FILE = Icon.rc
Binary files /dev/null and b/GetVersionOfVI.ico differ
--- /dev/null
+++ b/Icon.rc
@@ -0,0 +1 @@
1+IDI_ICON1 ICON DISCARDABLE "GetVersionOfVI.ico"
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -54,6 +54,16 @@
5454 <height>20</height>
5555 </rect>
5656 </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>
5767 <property name="readOnly">
5868 <bool>true</bool>
5969 </property>
@@ -74,14 +84,17 @@
7484 <widget class="QLabel" name="label">
7585 <property name="geometry">
7686 <rect>
77- <x>230</x>
87+ <x>150</x>
7888 <y>50</y>
79- <width>91</width>
80- <height>16</height>
89+ <width>161</width>
90+ <height>20</height>
8191 </rect>
8292 </property>
8393 <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>
8598 </property>
8699 </widget>
87100 <widget class="QToolButton" name="toolButton">
@@ -97,6 +110,22 @@
97110 <string>Select ...</string>
98111 </property>
99112 </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>
100129 </widget>
101130 <widget class="QMenuBar" name="menuBar">
102131 <property name="geometry">