Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

126 řádky
2.7 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CConfigPage</class>
  4. <widget class="QDialog" name="CConfigPage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1423</width>
  10. <height>509</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QTableWidget" name="mConfigTable">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>150</y>
  21. <width>1201</width>
  22. <height>331</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QLineEdit" name="mSrcDirLineEdit">
  27. <property name="geometry">
  28. <rect>
  29. <x>150</x>
  30. <y>59</y>
  31. <width>561</width>
  32. <height>20</height>
  33. </rect>
  34. </property>
  35. </widget>
  36. <widget class="QLabel" name="label">
  37. <property name="geometry">
  38. <rect>
  39. <x>10</x>
  40. <y>60</y>
  41. <width>131</width>
  42. <height>16</height>
  43. </rect>
  44. </property>
  45. <property name="font">
  46. <font>
  47. <pointsize>10</pointsize>
  48. </font>
  49. </property>
  50. <property name="text">
  51. <string>Répertoire source:</string>
  52. </property>
  53. <property name="alignment">
  54. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  55. </property>
  56. </widget>
  57. <widget class="QPushButton" name="mSaveBtn">
  58. <property name="geometry">
  59. <rect>
  60. <x>1300</x>
  61. <y>450</y>
  62. <width>81</width>
  63. <height>22</height>
  64. </rect>
  65. </property>
  66. <property name="text">
  67. <string>Sauvegarder</string>
  68. </property>
  69. </widget>
  70. <widget class="QPushButton" name="mCancelBtn">
  71. <property name="geometry">
  72. <rect>
  73. <x>1220</x>
  74. <y>450</y>
  75. <width>81</width>
  76. <height>22</height>
  77. </rect>
  78. </property>
  79. <property name="text">
  80. <string>Annuler</string>
  81. </property>
  82. </widget>
  83. <widget class="QPushButton" name="mAddFilterBtn">
  84. <property name="geometry">
  85. <rect>
  86. <x>1220</x>
  87. <y>150</y>
  88. <width>81</width>
  89. <height>22</height>
  90. </rect>
  91. </property>
  92. <property name="text">
  93. <string>Ajouter Filtre</string>
  94. </property>
  95. </widget>
  96. <widget class="QPushButton" name="mDeleteFilterBtn">
  97. <property name="geometry">
  98. <rect>
  99. <x>1220</x>
  100. <y>180</y>
  101. <width>81</width>
  102. <height>22</height>
  103. </rect>
  104. </property>
  105. <property name="text">
  106. <string>Supprimer</string>
  107. </property>
  108. </widget>
  109. <widget class="QPushButton" name="mCopyFilterBtn">
  110. <property name="geometry">
  111. <rect>
  112. <x>1220</x>
  113. <y>220</y>
  114. <width>81</width>
  115. <height>22</height>
  116. </rect>
  117. </property>
  118. <property name="text">
  119. <string>Copier</string>
  120. </property>
  121. </widget>
  122. </widget>
  123. <resources/>
  124. <connections/>
  125. </ui>