|
|
|
@ -13,6 +13,10 @@
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>MainWindow</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowIcon">
|
|
|
|
|
<iconset resource="appRc.qrc">
|
|
|
|
|
<normaloff>:/icons/shop.ico</normaloff>:/icons/shop.ico</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<property name="spacing">
|
|
|
|
@ -56,12 +60,12 @@
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>1000</width>
|
|
|
|
|
<height>21</height>
|
|
|
|
|
<height>19</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>File</string>
|
|
|
|
|
<string>Fi&le</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionOpen_database"/>
|
|
|
|
|
<addaction name="actionLogin"/>
|
|
|
|
@ -83,12 +87,12 @@
|
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
|
<action name="actionExit">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Exit</string>
|
|
|
|
|
<string>&Exit</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionOpen_database">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Open database...</string>
|
|
|
|
|
<string>&Open database...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionLogin">
|
|
|
|
@ -97,7 +101,7 @@
|
|
|
|
|
<normaloff>:/icons/login_32.png</normaloff>:/icons/login_32.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Login...</string>
|
|
|
|
|
<string>&Login...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionSettings">
|
|
|
|
|