device-select-toolbar.ui 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DeviceSelectToolbar</class>
  4. <widget class="QWidget" name="DeviceSelectToolbar">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>665</width>
  10. <height>22</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>22</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string notr="true">Form</string>
  27. </property>
  28. <layout class="QHBoxLayout" name="horizontalLayout_2">
  29. <property name="sizeConstraint">
  30. <enum>QLayout::SetNoConstraint</enum>
  31. </property>
  32. <property name="leftMargin">
  33. <number>0</number>
  34. </property>
  35. <property name="topMargin">
  36. <number>0</number>
  37. </property>
  38. <property name="rightMargin">
  39. <number>0</number>
  40. </property>
  41. <property name="bottomMargin">
  42. <number>0</number>
  43. </property>
  44. <item>
  45. <widget class="QLabel" name="deviceLabel">
  46. <property name="sizePolicy">
  47. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  48. <horstretch>0</horstretch>
  49. <verstretch>0</verstretch>
  50. </sizepolicy>
  51. </property>
  52. <property name="minimumSize">
  53. <size>
  54. <width>0</width>
  55. <height>22</height>
  56. </size>
  57. </property>
  58. <property name="text">
  59. <string notr="true">Device</string>
  60. </property>
  61. <property name="buddy">
  62. <cstring>device</cstring>
  63. </property>
  64. </widget>
  65. </item>
  66. <item>
  67. <widget class="QComboBox" name="device">
  68. <property name="sizePolicy">
  69. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  70. <horstretch>0</horstretch>
  71. <verstretch>0</verstretch>
  72. </sizepolicy>
  73. </property>
  74. <property name="minimumSize">
  75. <size>
  76. <width>0</width>
  77. <height>22</height>
  78. </size>
  79. </property>
  80. <property name="currentText">
  81. <string notr="true"/>
  82. </property>
  83. <property name="sizeAdjustPolicy">
  84. <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
  85. </property>
  86. </widget>
  87. </item>
  88. <item>
  89. <widget class="QPushButton" name="activateButton">
  90. <property name="minimumSize">
  91. <size>
  92. <width>0</width>
  93. <height>22</height>
  94. </size>
  95. </property>
  96. <property name="text">
  97. <string notr="true">Activate</string>
  98. </property>
  99. </widget>
  100. </item>
  101. <item>
  102. <spacer name="horizontalSpacer">
  103. <property name="orientation">
  104. <enum>Qt::Horizontal</enum>
  105. </property>
  106. <property name="sizeHint" stdset="0">
  107. <size>
  108. <width>40</width>
  109. <height>20</height>
  110. </size>
  111. </property>
  112. </spacer>
  113. </item>
  114. </layout>
  115. </widget>
  116. <resources/>
  117. <connections/>
  118. </ui>