selectionPj.ui 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>spj_fenetre</class>
  4. <widget class="QDialog" name="spj_fenetre">
  5. <property name="windowModality">
  6. <enum>Qt::ApplicationModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>266</width>
  13. <height>203</height>
  14. </rect>
  15. </property>
  16. <property name="minimumSize">
  17. <size>
  18. <width>192</width>
  19. <height>203</height>
  20. </size>
  21. </property>
  22. <property name="maximumSize">
  23. <size>
  24. <width>266</width>
  25. <height>1000</height>
  26. </size>
  27. </property>
  28. <property name="font">
  29. <font>
  30. <family>Verdana</family>
  31. </font>
  32. </property>
  33. <property name="windowTitle">
  34. <string>Ajouter un ou des personnages</string>
  35. </property>
  36. <layout class="QVBoxLayout" name="verticalLayout">
  37. <item>
  38. <widget class="DmTableWidget" name="spj_liste">
  39. <property name="palette">
  40. <palette>
  41. <active>
  42. <colorrole role="Base">
  43. <brush brushstyle="SolidPattern">
  44. <color alpha="255">
  45. <red>248</red>
  46. <green>248</green>
  47. <blue>248</blue>
  48. </color>
  49. </brush>
  50. </colorrole>
  51. </active>
  52. <inactive>
  53. <colorrole role="Base">
  54. <brush brushstyle="SolidPattern">
  55. <color alpha="255">
  56. <red>248</red>
  57. <green>248</green>
  58. <blue>248</blue>
  59. </color>
  60. </brush>
  61. </colorrole>
  62. </inactive>
  63. <disabled>
  64. <colorrole role="Base">
  65. <brush brushstyle="SolidPattern">
  66. <color alpha="255">
  67. <red>240</red>
  68. <green>240</green>
  69. <blue>240</blue>
  70. </color>
  71. </brush>
  72. </colorrole>
  73. </disabled>
  74. </palette>
  75. </property>
  76. <property name="frameShape">
  77. <enum>QFrame::WinPanel</enum>
  78. </property>
  79. <property name="horizontalScrollBarPolicy">
  80. <enum>Qt::ScrollBarAlwaysOff</enum>
  81. </property>
  82. <property name="editTriggers">
  83. <set>QAbstractItemView::EditKeyPressed</set>
  84. </property>
  85. <property name="showDropIndicator" stdset="0">
  86. <bool>false</bool>
  87. </property>
  88. <property name="selectionMode">
  89. <enum>QAbstractItemView::SingleSelection</enum>
  90. </property>
  91. <property name="selectionBehavior">
  92. <enum>QAbstractItemView::SelectRows</enum>
  93. </property>
  94. <property name="iconSize">
  95. <size>
  96. <width>32</width>
  97. <height>32</height>
  98. </size>
  99. </property>
  100. <property name="gridStyle">
  101. <enum>Qt::NoPen</enum>
  102. </property>
  103. <attribute name="horizontalHeaderVisible">
  104. <bool>false</bool>
  105. </attribute>
  106. <attribute name="horizontalHeaderStretchLastSection">
  107. <bool>true</bool>
  108. </attribute>
  109. <attribute name="verticalHeaderVisible">
  110. <bool>false</bool>
  111. </attribute>
  112. <attribute name="verticalHeaderDefaultSectionSize">
  113. <number>35</number>
  114. </attribute>
  115. <column>
  116. <property name="text">
  117. <string>idPj</string>
  118. </property>
  119. </column>
  120. <column>
  121. <property name="text">
  122. <string>img</string>
  123. </property>
  124. </column>
  125. <column>
  126. <property name="text">
  127. <string>nom</string>
  128. </property>
  129. </column>
  130. </widget>
  131. </item>
  132. </layout>
  133. </widget>
  134. <customwidgets>
  135. <customwidget>
  136. <class>DmTableWidget</class>
  137. <extends>QTableWidget</extends>
  138. <header>dm.h</header>
  139. </customwidget>
  140. </customwidgets>
  141. <resources/>
  142. <connections/>
  143. </ui>