146 lines
3.7 KiB
XML

<?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>655</width>
<height>345</height>
</rect>
</property>
<property name="windowTitle">
<string>Slikar</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>2</number>
</property>
<widget class="QWidget" name="tab">
<property name="accessibleName">
<string/>
</property>
<attribute name="title">
<string>Slika</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Črno/Belo</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_3">
<property name="toolTip">
<string comment="a" extracomment="a">a</string>
</property>
<property name="statusTip">
<string comment="a" extracomment="a">a</string>
</property>
<property name="whatsThis">
<string comment="a" extracomment="a">a</string>
</property>
<property name="accessibleName">
<string comment="a" extracomment="a">a</string>
</property>
<property name="accessibleDescription">
<string comment="a" extracomment="a">a</string>
</property>
<attribute name="title">
<string>Zrcalo</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>655</width>
<height>27</height>
</rect>
</property>
<widget class="QMenu" name="menuDatoteka">
<property name="title">
<string>Datoteka</string>
</property>
<addaction name="actionOdpri"/>
<addaction name="actionKon_aj"/>
</widget>
<addaction name="menuDatoteka"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionOdpri">
<property name="text">
<string>Odpri</string>
</property>
</action>
<action name="actionKon_aj">
<property name="text">
<string>Končaj</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections>
<connection>
<sender>actionKon_aj</sender>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>327</x>
<y>172</y>
</hint>
</hints>
</connection>
</connections>
</ui>