panneauPartie.ui 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Frame</class>
  4. <widget class="QFrame" name="Frame">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>420</width>
  10. <height>35</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>420</width>
  16. <height>35</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>420</width>
  22. <height>35</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Frame</string>
  27. </property>
  28. <property name="frameShape">
  29. <enum>QFrame::StyledPanel</enum>
  30. </property>
  31. <property name="frameShadow">
  32. <enum>QFrame::Raised</enum>
  33. </property>
  34. <layout class="QHBoxLayout" name="horizontalLayout">
  35. <property name="spacing">
  36. <number>3</number>
  37. </property>
  38. <property name="leftMargin">
  39. <number>3</number>
  40. </property>
  41. <property name="topMargin">
  42. <number>1</number>
  43. </property>
  44. <property name="rightMargin">
  45. <number>3</number>
  46. </property>
  47. <property name="bottomMargin">
  48. <number>1</number>
  49. </property>
  50. <item>
  51. <widget class="QLabel" name="label">
  52. <property name="minimumSize">
  53. <size>
  54. <width>211</width>
  55. <height>31</height>
  56. </size>
  57. </property>
  58. <property name="text">
  59. <string>nom</string>
  60. </property>
  61. </widget>
  62. </item>
  63. <item>
  64. <widget class="QLabel" name="label_2">
  65. <property name="minimumSize">
  66. <size>
  67. <width>161</width>
  68. <height>31</height>
  69. </size>
  70. </property>
  71. <property name="text">
  72. <string>connectes</string>
  73. </property>
  74. <property name="alignment">
  75. <set>Qt::AlignCenter</set>
  76. </property>
  77. </widget>
  78. </item>
  79. <item>
  80. <widget class="QToolButton" name="toolButton">
  81. <property name="minimumSize">
  82. <size>
  83. <width>31</width>
  84. <height>31</height>
  85. </size>
  86. </property>
  87. <property name="text">
  88. <string>...</string>
  89. </property>
  90. <property name="icon">
  91. <iconset resource="ressource.qrc">
  92. <normaloff>:/interface/16/ressource/flecheDroite_16.png</normaloff>:/interface/16/ressource/flecheDroite_16.png</iconset>
  93. </property>
  94. </widget>
  95. </item>
  96. </layout>
  97. </widget>
  98. <resources>
  99. <include location="ressource.qrc"/>
  100. </resources>
  101. <connections/>
  102. </ui>