|
|
|
@ -23,8 +23,36 @@
|
|
|
|
|
<height>24</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menu_Datei">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>&Datei</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionQuit"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menu_Edit">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>&Bearbeiten</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionEditSeller"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<addaction name="menu_Datei"/>
|
|
|
|
|
<addaction name="menu_Edit"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
|
|
<action name="actionQuit">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="application-exit">
|
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>&Beenden</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionEditSeller">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>&Verkäufer...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|