metavis.ui 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>metavisClass</class>
  4. <widget class="QMainWindow" name="metavisClass">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1200</width>
  10. <height>675</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>metavis</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <layout class="QHBoxLayout" name="horizontalLayout">
  18. <property name="spacing">
  19. <number>0</number>
  20. </property>
  21. <property name="leftMargin">
  22. <number>0</number>
  23. </property>
  24. <property name="topMargin">
  25. <number>0</number>
  26. </property>
  27. <property name="rightMargin">
  28. <number>0</number>
  29. </property>
  30. <property name="bottomMargin">
  31. <number>0</number>
  32. </property>
  33. </layout>
  34. </widget>
  35. <widget class="QMenuBar" name="menuBar">
  36. <property name="geometry">
  37. <rect>
  38. <x>0</x>
  39. <y>0</y>
  40. <width>1200</width>
  41. <height>21</height>
  42. </rect>
  43. </property>
  44. <property name="nativeMenuBar">
  45. <bool>true</bool>
  46. </property>
  47. <widget class="QMenu" name="menuFile">
  48. <property name="title">
  49. <string>File</string>
  50. </property>
  51. <addaction name="actionOpen"/>
  52. </widget>
  53. <addaction name="menuFile"/>
  54. </widget>
  55. <widget class="QStatusBar" name="statusBar"/>
  56. <action name="actionOpen">
  57. <property name="text">
  58. <string>Open..</string>
  59. </property>
  60. <property name="shortcut">
  61. <string>Ctrl+O</string>
  62. </property>
  63. </action>
  64. <action name="actionSettings">
  65. <property name="text">
  66. <string>Settings</string>
  67. </property>
  68. <property name="shortcut">
  69. <string>Ctrl+P</string>
  70. </property>
  71. </action>
  72. <action name="ActionAddMetalogFile">
  73. <property name="text">
  74. <string>Add .csv-File..</string>
  75. </property>
  76. </action>
  77. <action name="ActionRemoveFiles">
  78. <property name="text">
  79. <string>Remove all files.</string>
  80. </property>
  81. </action>
  82. </widget>
  83. <layoutdefault spacing="6" margin="11"/>
  84. <resources>
  85. <include location="metavis.qrc"/>
  86. </resources>
  87. <connections/>
  88. <slots>
  89. <slot>openSetting()</slot>
  90. <slot>openFile()</slot>
  91. </slots>
  92. </ui>