diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-01-01 23:54:06 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-01-01 23:54:06 +0800 |
commit | d418712c981d9854fa6429d65773368ca63b8dac (patch) | |
tree | 48eb1f25753a1734a3d7cf5d8303e7936c4844f3 /qmpinfowindow.ui | |
parent | 3db127ce64eadb54568e218124744a1de713667e (diff) | |
download | QMidiPlayer-d418712c981d9854fa6429d65773368ca63b8dac.tar.xz |
Strawberry Crisis. (WTF)
Diffstat (limited to 'qmpinfowindow.ui')
-rw-r--r-- | qmpinfowindow.ui | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/qmpinfowindow.ui b/qmpinfowindow.ui index 689b817..480c3ec 100644 --- a/qmpinfowindow.ui +++ b/qmpinfowindow.ui @@ -7,9 +7,15 @@ <x>0</x> <y>0</y> <width>400</width> - <height>111</height> + <height>135</height> </rect> </property> + <property name="minimumSize"> + <size> + <width>400</width> + <height>135</height> + </size> + </property> <property name="windowTitle"> <string>File Information</string> </property> @@ -60,6 +66,13 @@ </property> </widget> </item> + <item> + <widget class="QLabel" name="lbNoteCount"> + <property name="text"> + <string>Note count: </string> + </property> + </widget> + </item> </layout> </widget> <resources/> |