123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MaddeWindow</class>
- <widget class="QMainWindow" name="MaddeWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>592</width>
- <height>223</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Madde</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>421</width>
- <height>181</height>
- </rect>
- </property>
- <property name="title">
- <string>Formants</string>
- </property>
- <property name="flat">
- <bool>false</bool>
- </property>
- <widget class="QWidget" name="gridLayoutWidget">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>381</width>
- <height>131</height>
- </rect>
- </property>
- <layout class="QGridLayout" name="gridLayout"/>
- </widget>
- </widget>
- <widget class="QGroupBox" name="groupBox_2">
- <property name="geometry">
- <rect>
- <x>430</x>
- <y>20</y>
- <width>161</width>
- <height>151</height>
- </rect>
- </property>
- <property name="title">
- <string>Voice source</string>
- </property>
- <widget class="QWidget" name="gridLayoutWidget_2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>141</width>
- <height>81</height>
- </rect>
- </property>
- <layout class="QGridLayout" name="gridLayout_2"/>
- </widget>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>592</width>
- <height>20</height>
- </rect>
- </property>
- <widget class="QMenu" name="menuFile">
- <property name="title">
- <string>File</string>
- </property>
- <widget class="QMenu" name="menuRecent_files">
- <property name="title">
- <string>Recent files</string>
- </property>
- <addaction name="separator"/>
- </widget>
- <addaction name="actionNew"/>
- <addaction name="actionOpen"/>
- <addaction name="menuRecent_files"/>
- <addaction name="separator"/>
- <addaction name="actionSave"/>
- <addaction name="actionSave_as"/>
- </widget>
- <widget class="QMenu" name="menuSettings">
- <property name="title">
- <string>Settings</string>
- </property>
- <addaction name="actionShow_F1_F2_map"/>
- </widget>
- <addaction name="menuFile"/>
- <addaction name="menuSettings"/>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- <action name="actionNew">
- <property name="text">
- <string>New</string>
- </property>
- </action>
- <action name="actionOpen">
- <property name="text">
- <string>Open...</string>
- </property>
- </action>
- <action name="actionSave">
- <property name="text">
- <string>Save</string>
- </property>
- </action>
- <action name="actionSave_as">
- <property name="text">
- <string>Save as...</string>
- </property>
- </action>
- <action name="actionShow_F1_F2_map">
- <property name="text">
- <string>Show F1/F2 map...</string>
- </property>
- </action>
- </widget>
- <resources/>
- <connections/>
- </ui>
|