device-select-toolbar.ui 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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="Fixed">
  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="maximumSize">
  26. <size>
  27. <width>16777215</width>
  28. <height>22</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string notr="true">Form</string>
  33. </property>
  34. <layout class="QHBoxLayout" name="horizontalLayout_2">
  35. <property name="sizeConstraint">
  36. <enum>QLayout::SetNoConstraint</enum>
  37. </property>
  38. <property name="leftMargin">
  39. <number>0</number>
  40. </property>
  41. <property name="topMargin">
  42. <number>0</number>
  43. </property>
  44. <property name="rightMargin">
  45. <number>0</number>
  46. </property>
  47. <property name="bottomMargin">
  48. <number>0</number>
  49. </property>
  50. <item>
  51. <widget class="QLabel" name="deviceLabel">
  52. <property name="sizePolicy">
  53. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  54. <horstretch>0</horstretch>
  55. <verstretch>0</verstretch>
  56. </sizepolicy>
  57. </property>
  58. <property name="minimumSize">
  59. <size>
  60. <width>0</width>
  61. <height>22</height>
  62. </size>
  63. </property>
  64. <property name="maximumSize">
  65. <size>
  66. <width>16777215</width>
  67. <height>22</height>
  68. </size>
  69. </property>
  70. <property name="text">
  71. <string notr="true">Device</string>
  72. </property>
  73. <property name="buddy">
  74. <cstring>device</cstring>
  75. </property>
  76. </widget>
  77. </item>
  78. <item>
  79. <widget class="QComboBox" name="device">
  80. <property name="sizePolicy">
  81. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  82. <horstretch>0</horstretch>
  83. <verstretch>0</verstretch>
  84. </sizepolicy>
  85. </property>
  86. <property name="minimumSize">
  87. <size>
  88. <width>0</width>
  89. <height>22</height>
  90. </size>
  91. </property>
  92. <property name="maximumSize">
  93. <size>
  94. <width>16777215</width>
  95. <height>22</height>
  96. </size>
  97. </property>
  98. <property name="currentText">
  99. <string notr="true"/>
  100. </property>
  101. <property name="sizeAdjustPolicy">
  102. <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
  103. </property>
  104. </widget>
  105. </item>
  106. <item>
  107. <widget class="QPushButton" name="activateButton">
  108. <property name="minimumSize">
  109. <size>
  110. <width>0</width>
  111. <height>22</height>
  112. </size>
  113. </property>
  114. <property name="maximumSize">
  115. <size>
  116. <width>16777215</width>
  117. <height>22</height>
  118. </size>
  119. </property>
  120. <property name="text">
  121. <string notr="true">Activate</string>
  122. </property>
  123. </widget>
  124. </item>
  125. <item>
  126. <spacer name="horizontalSpacer">
  127. <property name="orientation">
  128. <enum>Qt::Horizontal</enum>
  129. </property>
  130. <property name="sizeHint" stdset="0">
  131. <size>
  132. <width>40</width>
  133. <height>20</height>
  134. </size>
  135. </property>
  136. </spacer>
  137. </item>
  138. </layout>
  139. </widget>
  140. <resources/>
  141. <connections/>
  142. </ui>