diff options
Diffstat (limited to 'client/mainwindow.ui')
-rw-r--r-- | client/mainwindow.ui | 37 |
1 files changed, 11 insertions, 26 deletions
diff --git a/client/mainwindow.ui b/client/mainwindow.ui index 4ced639..f08cb23 100644 --- a/client/mainwindow.ui +++ b/client/mainwindow.ui @@ -14,36 +14,18 @@ <string>MainWindow</string> </property> <widget class="QWidget" name="centralwidget"> - <widget class="QWidget" name="formLayoutWidget"> + <widget class="QLabel" name="label"> <property name="geometry"> <rect> - <x>90</x> - <y>80</y> - <width>621</width> - <height>301</height> + <x>300</x> + <y>210</y> + <width>181</width> + <height>51</height> </rect> </property> - <layout class="QFormLayout" name="centralFrom"> - <property name="sizeConstraint"> - <enum>QLayout::SetDefaultConstraint</enum> - </property> - <item row="0" column="0"> - <widget class="QWidget" name="widget" native="true"/> - </item> - <item row="1" column="0"> - <widget class="QWidget" name="widget_2" native="true"/> - </item> - <item row="2" column="0"> - <widget class="QWidget" name="widget_3" native="true"/> - </item> - <item row="3" column="0"> - <widget class="QPushButton" name="reLoad"> - <property name="text"> - <string>Reload</string> - </property> - </widget> - </item> - </layout> + <property name="text"> + <string>Please load data first</string> + </property> </widget> </widget> <widget class="QMenuBar" name="menubar"> @@ -83,6 +65,9 @@ <property name="text"> <string>Refresh</string> </property> + <property name="shortcut"> + <string>Ctrl+R</string> + </property> </action> <action name="actionLOAD"> <property name="text"> |