devicelist.ui 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Select devices</string>
  15. </property>
  16. <widget class="QDialogButtonBox" name="buttonBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>260</y>
  21. <width>391</width>
  22. <height>32</height>
  23. </rect>
  24. </property>
  25. <property name="orientation">
  26. <enum>Qt::Horizontal</enum>
  27. </property>
  28. <property name="standardButtons">
  29. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  30. </property>
  31. </widget>
  32. <widget class="QListWidget" name="device_list">
  33. <property name="geometry">
  34. <rect>
  35. <x>0</x>
  36. <y>40</y>
  37. <width>391</width>
  38. <height>171</height>
  39. </rect>
  40. </property>
  41. <property name="selectionMode">
  42. <enum>QAbstractItemView::MultiSelection</enum>
  43. </property>
  44. </widget>
  45. <widget class="QLabel" name="label">
  46. <property name="geometry">
  47. <rect>
  48. <x>0</x>
  49. <y>0</y>
  50. <width>391</width>
  51. <height>31</height>
  52. </rect>
  53. </property>
  54. <property name="text">
  55. <string>Which PCI devices should use the no strict reset option?</string>
  56. </property>
  57. </widget>
  58. <widget class="QLabel" name="label_2">
  59. <property name="geometry">
  60. <rect>
  61. <x>0</x>
  62. <y>220</y>
  63. <width>391</width>
  64. <height>41</height>
  65. </rect>
  66. </property>
  67. <property name="font">
  68. <font>
  69. <italic>true</italic>
  70. </font>
  71. </property>
  72. <property name="text">
  73. <string>Note: use this option only if &quot;unable to reset PCI device&quot; error occurs. </string>
  74. </property>
  75. <property name="wordWrap">
  76. <bool>true</bool>
  77. </property>
  78. </widget>
  79. </widget>
  80. <tabstops>
  81. <tabstop>device_list</tabstop>
  82. <tabstop>buttonBox</tabstop>
  83. </tabstops>
  84. <resources/>
  85. <connections>
  86. <connection>
  87. <sender>buttonBox</sender>
  88. <signal>accepted()</signal>
  89. <receiver>Dialog</receiver>
  90. <slot>accept()</slot>
  91. <hints>
  92. <hint type="sourcelabel">
  93. <x>248</x>
  94. <y>254</y>
  95. </hint>
  96. <hint type="destinationlabel">
  97. <x>157</x>
  98. <y>274</y>
  99. </hint>
  100. </hints>
  101. </connection>
  102. <connection>
  103. <sender>buttonBox</sender>
  104. <signal>rejected()</signal>
  105. <receiver>Dialog</receiver>
  106. <slot>reject()</slot>
  107. <hints>
  108. <hint type="sourcelabel">
  109. <x>316</x>
  110. <y>260</y>
  111. </hint>
  112. <hint type="destinationlabel">
  113. <x>286</x>
  114. <y>274</y>
  115. </hint>
  116. </hints>
  117. </connection>
  118. </connections>
  119. </ui>