dlg_tag.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>dlgTag</class>
  4. <widget class="QDialog" name="dlgTag">
  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>336</width>
  13. <height>129</height>
  14. </rect>
  15. </property>
  16. <property name="minimumSize">
  17. <size>
  18. <width>336</width>
  19. <height>129</height>
  20. </size>
  21. </property>
  22. <property name="font">
  23. <font>
  24. <family>Verdana</family>
  25. </font>
  26. </property>
  27. <property name="windowTitle">
  28. <string>Créer / éditer une étiquette</string>
  29. </property>
  30. <layout class="QHBoxLayout" name="horizontalLayout">
  31. <item>
  32. <layout class="QVBoxLayout" name="verticalLayout">
  33. <property name="topMargin">
  34. <number>10</number>
  35. </property>
  36. <item>
  37. <widget class="QLineEdit" name="lineTagLabel">
  38. <property name="minimumSize">
  39. <size>
  40. <width>0</width>
  41. <height>28</height>
  42. </size>
  43. </property>
  44. <property name="maximumSize">
  45. <size>
  46. <width>16777215</width>
  47. <height>28</height>
  48. </size>
  49. </property>
  50. <property name="placeholderText">
  51. <string>Nouvelle étiquette...</string>
  52. </property>
  53. </widget>
  54. </item>
  55. <item>
  56. <spacer name="verticalSpacer">
  57. <property name="orientation">
  58. <enum>Qt::Vertical</enum>
  59. </property>
  60. <property name="sizeHint" stdset="0">
  61. <size>
  62. <width>20</width>
  63. <height>40</height>
  64. </size>
  65. </property>
  66. </spacer>
  67. </item>
  68. <item>
  69. <layout class="QHBoxLayout" name="horizontalLayout_2">
  70. <item>
  71. <widget class="QPushButton" name="btnCancel">
  72. <property name="minimumSize">
  73. <size>
  74. <width>120</width>
  75. <height>28</height>
  76. </size>
  77. </property>
  78. <property name="maximumSize">
  79. <size>
  80. <width>120</width>
  81. <height>28</height>
  82. </size>
  83. </property>
  84. <property name="text">
  85. <string>Annuler</string>
  86. </property>
  87. </widget>
  88. </item>
  89. <item>
  90. <spacer name="horizontalSpacer">
  91. <property name="orientation">
  92. <enum>Qt::Horizontal</enum>
  93. </property>
  94. <property name="sizeHint" stdset="0">
  95. <size>
  96. <width>40</width>
  97. <height>20</height>
  98. </size>
  99. </property>
  100. </spacer>
  101. </item>
  102. <item>
  103. <widget class="QPushButton" name="btnSave">
  104. <property name="minimumSize">
  105. <size>
  106. <width>140</width>
  107. <height>28</height>
  108. </size>
  109. </property>
  110. <property name="maximumSize">
  111. <size>
  112. <width>140</width>
  113. <height>28</height>
  114. </size>
  115. </property>
  116. <property name="text">
  117. <string>Enregistrer</string>
  118. </property>
  119. </widget>
  120. </item>
  121. </layout>
  122. </item>
  123. </layout>
  124. </item>
  125. </layout>
  126. </widget>
  127. <resources/>
  128. <connections/>
  129. </ui>