maddewindow.ui 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MaddeWindow</class>
  4. <widget class="QMainWindow" name="MaddeWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>592</width>
  10. <height>223</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Madde</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QGroupBox" name="groupBox">
  18. <property name="geometry">
  19. <rect>
  20. <x>10</x>
  21. <y>10</y>
  22. <width>421</width>
  23. <height>181</height>
  24. </rect>
  25. </property>
  26. <property name="title">
  27. <string>Formants</string>
  28. </property>
  29. <property name="flat">
  30. <bool>false</bool>
  31. </property>
  32. <widget class="QWidget" name="gridLayoutWidget">
  33. <property name="geometry">
  34. <rect>
  35. <x>10</x>
  36. <y>30</y>
  37. <width>381</width>
  38. <height>131</height>
  39. </rect>
  40. </property>
  41. <layout class="QGridLayout" name="gridLayout"/>
  42. </widget>
  43. </widget>
  44. <widget class="QGroupBox" name="groupBox_2">
  45. <property name="geometry">
  46. <rect>
  47. <x>430</x>
  48. <y>20</y>
  49. <width>161</width>
  50. <height>151</height>
  51. </rect>
  52. </property>
  53. <property name="title">
  54. <string>Voice source</string>
  55. </property>
  56. <widget class="QWidget" name="gridLayoutWidget_2">
  57. <property name="geometry">
  58. <rect>
  59. <x>10</x>
  60. <y>30</y>
  61. <width>141</width>
  62. <height>81</height>
  63. </rect>
  64. </property>
  65. <layout class="QGridLayout" name="gridLayout_2"/>
  66. </widget>
  67. </widget>
  68. </widget>
  69. <widget class="QMenuBar" name="menubar">
  70. <property name="geometry">
  71. <rect>
  72. <x>0</x>
  73. <y>0</y>
  74. <width>592</width>
  75. <height>20</height>
  76. </rect>
  77. </property>
  78. <widget class="QMenu" name="menuFile">
  79. <property name="title">
  80. <string>File</string>
  81. </property>
  82. <widget class="QMenu" name="menuRecent_files">
  83. <property name="title">
  84. <string>Recent files</string>
  85. </property>
  86. <addaction name="separator"/>
  87. </widget>
  88. <addaction name="actionNew"/>
  89. <addaction name="actionOpen"/>
  90. <addaction name="menuRecent_files"/>
  91. <addaction name="separator"/>
  92. <addaction name="actionSave"/>
  93. <addaction name="actionSave_as"/>
  94. </widget>
  95. <widget class="QMenu" name="menuSettings">
  96. <property name="title">
  97. <string>Settings</string>
  98. </property>
  99. <addaction name="actionShow_F1_F2_map"/>
  100. </widget>
  101. <addaction name="menuFile"/>
  102. <addaction name="menuSettings"/>
  103. </widget>
  104. <widget class="QStatusBar" name="statusbar"/>
  105. <action name="actionNew">
  106. <property name="text">
  107. <string>New</string>
  108. </property>
  109. </action>
  110. <action name="actionOpen">
  111. <property name="text">
  112. <string>Open...</string>
  113. </property>
  114. </action>
  115. <action name="actionSave">
  116. <property name="text">
  117. <string>Save</string>
  118. </property>
  119. </action>
  120. <action name="actionSave_as">
  121. <property name="text">
  122. <string>Save as...</string>
  123. </property>
  124. </action>
  125. <action name="actionShow_F1_F2_map">
  126. <property name="text">
  127. <string>Show F1/F2 map...</string>
  128. </property>
  129. </action>
  130. </widget>
  131. <resources/>
  132. <connections/>
  133. </ui>