device-select-toolbar.ui 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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" stretch="0,1,0,0">
  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="Fixed" 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="maximumSize">
  81. <size>
  82. <width>600</width>
  83. <height>16777215</height>
  84. </size>
  85. </property>
  86. <property name="currentText">
  87. <string notr="true"/>
  88. </property>
  89. <property name="sizeAdjustPolicy">
  90. <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
  91. </property>
  92. </widget>
  93. </item>
  94. <item>
  95. <widget class="QPushButton" name="activateButton">
  96. <property name="sizePolicy">
  97. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  98. <horstretch>0</horstretch>
  99. <verstretch>0</verstretch>
  100. </sizepolicy>
  101. </property>
  102. <property name="minimumSize">
  103. <size>
  104. <width>0</width>
  105. <height>22</height>
  106. </size>
  107. </property>
  108. <property name="text">
  109. <string notr="true">Activate</string>
  110. </property>
  111. </widget>
  112. </item>
  113. <item>
  114. <spacer name="horizontalSpacer">
  115. <property name="orientation">
  116. <enum>Qt::Horizontal</enum>
  117. </property>
  118. <property name="sizeType">
  119. <enum>QSizePolicy::Expanding</enum>
  120. </property>
  121. <property name="sizeHint" stdset="0">
  122. <size>
  123. <width>0</width>
  124. <height>20</height>
  125. </size>
  126. </property>
  127. </spacer>
  128. </item>
  129. </layout>
  130. </widget>
  131. <resources/>
  132. <connections/>
  133. </ui>