diff options
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/> |