editionAttaques.ui 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>editionAttaques</class>
  4. <widget class="QFrame" name="editionAttaques">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>532</width>
  10. <height>262</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Edition des attaques</string>
  15. </property>
  16. <property name="frameShape">
  17. <enum>QFrame::StyledPanel</enum>
  18. </property>
  19. <property name="frameShadow">
  20. <enum>QFrame::Raised</enum>
  21. </property>
  22. <widget class="QTextBrowser" name="notesAttaqueSelect">
  23. <property name="geometry">
  24. <rect>
  25. <x>10</x>
  26. <y>210</y>
  27. <width>411</width>
  28. <height>41</height>
  29. </rect>
  30. </property>
  31. </widget>
  32. <widget class="QToolButton" name="nouvelleAttaque">
  33. <property name="geometry">
  34. <rect>
  35. <x>450</x>
  36. <y>210</y>
  37. <width>31</width>
  38. <height>21</height>
  39. </rect>
  40. </property>
  41. <property name="text">
  42. <string>...</string>
  43. </property>
  44. <property name="icon">
  45. <iconset>
  46. <normaloff>img/plus.png</normaloff>img/plus.png</iconset>
  47. </property>
  48. </widget>
  49. <widget class="QTableWidget" name="editionListeAttaques">
  50. <property name="geometry">
  51. <rect>
  52. <x>0</x>
  53. <y>0</y>
  54. <width>531</width>
  55. <height>201</height>
  56. </rect>
  57. </property>
  58. <property name="selectionMode">
  59. <enum>QAbstractItemView::SingleSelection</enum>
  60. </property>
  61. <property name="selectionBehavior">
  62. <enum>QAbstractItemView::SelectRows</enum>
  63. </property>
  64. </widget>
  65. <widget class="QToolButton" name="supprimerAttaque">
  66. <property name="geometry">
  67. <rect>
  68. <x>490</x>
  69. <y>210</y>
  70. <width>31</width>
  71. <height>21</height>
  72. </rect>
  73. </property>
  74. <property name="text">
  75. <string>...</string>
  76. </property>
  77. <property name="icon">
  78. <iconset>
  79. <normaloff>img/gomme.png</normaloff>img/gomme.png</iconset>
  80. </property>
  81. </widget>
  82. </widget>
  83. <resources/>
  84. <connections/>
  85. </ui>