select_list_dialog.ui 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>window</class>
  4. <widget class="QDialog" name="window">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>237</width>
  10. <height>346</height>
  11. </rect>
  12. </property>
  13. <property name="maximumSize">
  14. <size>
  15. <width>433</width>
  16. <height>793</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Sélection</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <widget class="QLabel" name="lbl_title">
  25. <property name="minimumSize">
  26. <size>
  27. <width>0</width>
  28. <height>21</height>
  29. </size>
  30. </property>
  31. <property name="maximumSize">
  32. <size>
  33. <width>16777215</width>
  34. <height>21</height>
  35. </size>
  36. </property>
  37. <property name="text">
  38. <string>Sélectionnez les lignes</string>
  39. </property>
  40. </widget>
  41. </item>
  42. <item>
  43. <widget class="QTableWidget" name="tbl_selection">
  44. <property name="palette">
  45. <palette>
  46. <active>
  47. <colorrole role="Base">
  48. <brush brushstyle="SolidPattern">
  49. <color alpha="255">
  50. <red>249</red>
  51. <green>249</green>
  52. <blue>249</blue>
  53. </color>
  54. </brush>
  55. </colorrole>
  56. </active>
  57. <inactive>
  58. <colorrole role="Base">
  59. <brush brushstyle="SolidPattern">
  60. <color alpha="255">
  61. <red>249</red>
  62. <green>249</green>
  63. <blue>249</blue>
  64. </color>
  65. </brush>
  66. </colorrole>
  67. </inactive>
  68. <disabled>
  69. <colorrole role="Base">
  70. <brush brushstyle="SolidPattern">
  71. <color alpha="255">
  72. <red>240</red>
  73. <green>240</green>
  74. <blue>240</blue>
  75. </color>
  76. </brush>
  77. </colorrole>
  78. </disabled>
  79. </palette>
  80. </property>
  81. <property name="font">
  82. <font>
  83. <family>Verdana</family>
  84. </font>
  85. </property>
  86. <property name="frameShape">
  87. <enum>QFrame::StyledPanel</enum>
  88. </property>
  89. <property name="editTriggers">
  90. <set>QAbstractItemView::NoEditTriggers</set>
  91. </property>
  92. <property name="alternatingRowColors">
  93. <bool>true</bool>
  94. </property>
  95. <property name="selectionMode">
  96. <enum>QAbstractItemView::MultiSelection</enum>
  97. </property>
  98. <property name="selectionBehavior">
  99. <enum>QAbstractItemView::SelectRows</enum>
  100. </property>
  101. <attribute name="horizontalHeaderVisible">
  102. <bool>false</bool>
  103. </attribute>
  104. <attribute name="horizontalHeaderDefaultSectionSize">
  105. <number>50</number>
  106. </attribute>
  107. <attribute name="horizontalHeaderStretchLastSection">
  108. <bool>true</bool>
  109. </attribute>
  110. <attribute name="verticalHeaderVisible">
  111. <bool>false</bool>
  112. </attribute>
  113. <column>
  114. <property name="text">
  115. <string>nom</string>
  116. </property>
  117. </column>
  118. </widget>
  119. </item>
  120. <item>
  121. <widget class="QPushButton" name="btn_ok">
  122. <property name="minimumSize">
  123. <size>
  124. <width>0</width>
  125. <height>31</height>
  126. </size>
  127. </property>
  128. <property name="maximumSize">
  129. <size>
  130. <width>16777215</width>
  131. <height>31</height>
  132. </size>
  133. </property>
  134. <property name="text">
  135. <string>OK</string>
  136. </property>
  137. <property name="default">
  138. <bool>true</bool>
  139. </property>
  140. </widget>
  141. </item>
  142. </layout>
  143. </widget>
  144. <resources/>
  145. <connections/>
  146. </ui>