You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MainWindow.ui 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QVBoxLayout" name="verticalLayout">
  18. <item>
  19. <widget class="QWidget" name="widget" native="true">
  20. <layout class="QHBoxLayout" name="horizontalLayout">
  21. <item>
  22. <widget class="QLabel" name="pLblReaders">
  23. <property name="sizePolicy">
  24. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  25. <horstretch>0</horstretch>
  26. <verstretch>0</verstretch>
  27. </sizepolicy>
  28. </property>
  29. <property name="text">
  30. <string>Reader:</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <widget class="QComboBox" name="pComboReaders">
  36. <property name="sizePolicy">
  37. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  38. <horstretch>0</horstretch>
  39. <verstretch>0</verstretch>
  40. </sizepolicy>
  41. </property>
  42. </widget>
  43. </item>
  44. <item>
  45. <widget class="QPushButton" name="pBtnReadersRefresh">
  46. <property name="text">
  47. <string>Refresh</string>
  48. </property>
  49. </widget>
  50. </item>
  51. <item>
  52. <widget class="QPushButton" name="pBtnReadersConnect">
  53. <property name="text">
  54. <string>Connect</string>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <spacer name="horizontalSpacer">
  60. <property name="orientation">
  61. <enum>Qt::Horizontal</enum>
  62. </property>
  63. <property name="sizeHint" stdset="0">
  64. <size>
  65. <width>40</width>
  66. <height>20</height>
  67. </size>
  68. </property>
  69. </spacer>
  70. </item>
  71. </layout>
  72. </widget>
  73. </item>
  74. <item>
  75. <widget class="QTabWidget" name="tabWidget">
  76. <property name="currentIndex">
  77. <number>0</number>
  78. </property>
  79. <widget class="QWidget" name="tab">
  80. <attribute name="title">
  81. <string>Visual</string>
  82. </attribute>
  83. </widget>
  84. <widget class="QWidget" name="tab_2">
  85. <attribute name="title">
  86. <string>Raw</string>
  87. </attribute>
  88. </widget>
  89. </widget>
  90. </item>
  91. </layout>
  92. </widget>
  93. <widget class="QMenuBar" name="menubar">
  94. <property name="geometry">
  95. <rect>
  96. <x>0</x>
  97. <y>0</y>
  98. <width>800</width>
  99. <height>24</height>
  100. </rect>
  101. </property>
  102. <widget class="QMenu" name="menuFile">
  103. <property name="title">
  104. <string>File</string>
  105. </property>
  106. <addaction name="actionOpen"/>
  107. </widget>
  108. <addaction name="menuFile"/>
  109. </widget>
  110. <widget class="QStatusBar" name="statusbar"/>
  111. <action name="actionOpen">
  112. <property name="text">
  113. <string>Open</string>
  114. </property>
  115. <property name="shortcut">
  116. <string>Ctrl+O</string>
  117. </property>
  118. </action>
  119. </widget>
  120. <resources/>
  121. <connections/>
  122. </ui>