Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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>LibNfc_cppTools</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. <property name="sizeAdjustPolicy">
  43. <enum>QComboBox::AdjustToContents</enum>
  44. </property>
  45. </widget>
  46. </item>
  47. <item>
  48. <widget class="QPushButton" name="pBtnReadersRefresh">
  49. <property name="text">
  50. <string>Refresh</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <widget class="QPushButton" name="pBtnReadersConnect">
  56. <property name="text">
  57. <string>Connect</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item>
  62. <spacer name="horizontalSpacer">
  63. <property name="orientation">
  64. <enum>Qt::Horizontal</enum>
  65. </property>
  66. <property name="sizeHint" stdset="0">
  67. <size>
  68. <width>40</width>
  69. <height>20</height>
  70. </size>
  71. </property>
  72. </spacer>
  73. </item>
  74. </layout>
  75. </widget>
  76. </item>
  77. <item>
  78. <widget class="QTabWidget" name="tabWidget">
  79. <property name="currentIndex">
  80. <number>0</number>
  81. </property>
  82. <widget class="QWidget" name="tab">
  83. <attribute name="title">
  84. <string>Visual</string>
  85. </attribute>
  86. </widget>
  87. <widget class="QWidget" name="tab_2">
  88. <attribute name="title">
  89. <string>Raw</string>
  90. </attribute>
  91. </widget>
  92. </widget>
  93. </item>
  94. </layout>
  95. </widget>
  96. <widget class="QMenuBar" name="menubar">
  97. <property name="geometry">
  98. <rect>
  99. <x>0</x>
  100. <y>0</y>
  101. <width>800</width>
  102. <height>24</height>
  103. </rect>
  104. </property>
  105. <widget class="QMenu" name="menuFile">
  106. <property name="title">
  107. <string>File</string>
  108. </property>
  109. <addaction name="actionOpen"/>
  110. </widget>
  111. <addaction name="menuFile"/>
  112. </widget>
  113. <widget class="QStatusBar" name="statusbar"/>
  114. <action name="actionOpen">
  115. <property name="text">
  116. <string>Open</string>
  117. </property>
  118. <property name="shortcut">
  119. <string>Ctrl+O</string>
  120. </property>
  121. </action>
  122. </widget>
  123. <resources/>
  124. <connections/>
  125. </ui>