tsv_editor.ui 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. <attribute name="horizontalHeaderCascadingSectionResizes">
  56. <bool>true</bool>
  57. </attribute>
  58. <attribute name="horizontalHeaderDefaultSectionSize">
  59. <number>80</number>
  60. </attribute>
  61. <attribute name="horizontalHeaderMinimumSectionSize">
  62. <number>30</number>
  63. </attribute>
  64. <attribute name="verticalHeaderVisible">
  65. <bool>false</bool>
  66. </attribute>
  67. <attribute name="verticalHeaderShowSortIndicator" stdset="0">
  68. <bool>false</bool>
  69. </attribute>
  70. </widget>
  71. </item>
  72. <item>
  73. <layout class="QHBoxLayout" name="horizontalLayout">
  74. <item>
  75. <spacer name="horizontalSpacer">
  76. <property name="orientation">
  77. <enum>Qt::Horizontal</enum>
  78. </property>
  79. <property name="sizeHint" stdset="0">
  80. <size>
  81. <width>40</width>
  82. <height>20</height>
  83. </size>
  84. </property>
  85. </spacer>
  86. </item>
  87. <item>
  88. <widget class="QPushButton" name="btn_cancel">
  89. <property name="minimumSize">
  90. <size>
  91. <width>100</width>
  92. <height>27</height>
  93. </size>
  94. </property>
  95. <property name="text">
  96. <string>Annuler</string>
  97. </property>
  98. </widget>
  99. </item>
  100. <item>
  101. <widget class="QPushButton" name="btn_ok">
  102. <property name="minimumSize">
  103. <size>
  104. <width>100</width>
  105. <height>27</height>
  106. </size>
  107. </property>
  108. <property name="text">
  109. <string>Valider</string>
  110. </property>
  111. <property name="default">
  112. <bool>true</bool>
  113. </property>
  114. </widget>
  115. </item>
  116. </layout>
  117. </item>
  118. </layout>
  119. </widget>
  120. <widget class="QStatusBar" name="statusbar"/>
  121. </widget>
  122. <resources/>
  123. <connections/>
  124. </ui>