tsv_editor.ui 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>window</class>
  4. <widget class="QMainWindow" name="window">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>910</width>
  10. <height>704</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>TSV - Editor</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QVBoxLayout" name="verticalLayout">
  18. <item>
  19. <layout class="QHBoxLayout" name="horizontalLayout_2">
  20. <item>
  21. <widget class="QLabel" name="lbl_path">
  22. <property name="minimumSize">
  23. <size>
  24. <width>0</width>
  25. <height>25</height>
  26. </size>
  27. </property>
  28. <property name="text">
  29. <string>Fichier</string>
  30. </property>
  31. <property name="textInteractionFlags">
  32. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
  33. </property>
  34. </widget>
  35. </item>
  36. </layout>
  37. </item>
  38. <item>
  39. <widget class="QTableView" name="tbl_data">
  40. <property name="minimumSize">
  41. <size>
  42. <width>521</width>
  43. <height>221</height>
  44. </size>
  45. </property>
  46. <property name="alternatingRowColors">
  47. <bool>true</bool>
  48. </property>
  49. <property name="selectionMode">
  50. <enum>QAbstractItemView::NoSelection</enum>
  51. </property>
  52. <property name="gridStyle">
  53. <enum>Qt::DotLine</enum>
  54. </property>
  55. <property name="sortingEnabled">
  56. <bool>true</bool>
  57. </property>
  58. <attribute name="horizontalHeaderCascadingSectionResizes">
  59. <bool>true</bool>
  60. </attribute>
  61. <attribute name="horizontalHeaderDefaultSectionSize">
  62. <number>80</number>
  63. </attribute>
  64. <attribute name="horizontalHeaderMinimumSectionSize">
  65. <number>30</number>
  66. </attribute>
  67. <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
  68. <bool>true</bool>
  69. </attribute>
  70. <attribute name="verticalHeaderVisible">
  71. <bool>false</bool>
  72. </attribute>
  73. <attribute name="verticalHeaderShowSortIndicator" stdset="0">
  74. <bool>false</bool>
  75. </attribute>
  76. </widget>
  77. </item>
  78. <item>
  79. <layout class="QHBoxLayout" name="horizontalLayout">
  80. <item>
  81. <spacer name="horizontalSpacer">
  82. <property name="orientation">
  83. <enum>Qt::Horizontal</enum>
  84. </property>
  85. <property name="sizeHint" stdset="0">
  86. <size>
  87. <width>40</width>
  88. <height>20</height>
  89. </size>
  90. </property>
  91. </spacer>
  92. </item>
  93. <item>
  94. <widget class="QPushButton" name="btn_cancel">
  95. <property name="minimumSize">
  96. <size>
  97. <width>100</width>
  98. <height>27</height>
  99. </size>
  100. </property>
  101. <property name="text">
  102. <string>Annuler</string>
  103. </property>
  104. </widget>
  105. </item>
  106. <item>
  107. <widget class="QPushButton" name="btn_ok">
  108. <property name="minimumSize">
  109. <size>
  110. <width>100</width>
  111. <height>27</height>
  112. </size>
  113. </property>
  114. <property name="text">
  115. <string>Valider</string>
  116. </property>
  117. <property name="default">
  118. <bool>true</bool>
  119. </property>
  120. </widget>
  121. </item>
  122. </layout>
  123. </item>
  124. </layout>
  125. </widget>
  126. <widget class="QStatusBar" name="statusbar"/>
  127. </widget>
  128. <resources/>
  129. <connections/>
  130. </ui>