2022-03-29 19:31:45 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>800</width>
|
|
|
|
<height>600</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget"/>
|
2022-04-07 22:21:23 +00:00
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>800</width>
|
|
|
|
<height>23</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2022-04-09 18:03:43 +00:00
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionSave_schema"/>
|
|
|
|
<addaction name="actionExport_schema"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuEdit">
|
|
|
|
<property name="title">
|
|
|
|
<string>Edit</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionValidate"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuFile"/>
|
|
|
|
<addaction name="menuEdit"/>
|
2022-04-07 22:21:23 +00:00
|
|
|
</widget>
|
2022-03-29 19:31:45 +00:00
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
2022-04-07 22:21:23 +00:00
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>toolBar</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
2022-04-09 18:03:43 +00:00
|
|
|
<action name="actionSave_schema">
|
|
|
|
<property name="text">
|
2022-06-09 18:24:27 +00:00
|
|
|
<string>Spremi shemu</string>
|
2022-04-09 18:03:43 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExport_schema">
|
|
|
|
<property name="text">
|
2022-06-09 18:24:27 +00:00
|
|
|
<string>Generiraj comdel</string>
|
2022-04-09 18:03:43 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionValidate">
|
|
|
|
<property name="text">
|
2022-06-09 18:24:27 +00:00
|
|
|
<string>Validairaj</string>
|
2022-04-09 18:03:43 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2022-03-29 19:31:45 +00:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|