Skip to content
Snippets Groups Projects
Commit 99d6469d authored by Emmanuel Oceguera Conchas's avatar Emmanuel Oceguera Conchas
Browse files

the tzpe column has been deleted

parent 65d974c8
No related branches found
No related tags found
No related merge requests found
......@@ -110,12 +110,30 @@
<layout class="QFormLayout" name="formLayout">
<item row="0" column="1">
<widget class="QTreeWidget" name="tree_data">
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">alternate-background-color: rgb(205, 233, 236);</string>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustToContents</enum>
</property>
<property name="autoScrollMargin">
<number>50</number>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="horizontalScrollMode">
<enum>QAbstractItemView::ScrollPerItem</enum>
</property>
<property name="indentation">
<number>20</number>
</property>
......@@ -126,7 +144,7 @@
<number>206</number>
</attribute>
<attribute name="headerDefaultSectionSize">
<number>255</number>
<number>300</number>
</attribute>
<attribute name="headerShowSortIndicator" stdset="0">
<bool>true</bool>
......@@ -141,11 +159,6 @@
<string>Long Name</string>
</property>
</column>
<column>
<property name="text">
<string>Type</string>
</property>
</column>
</widget>
</item>
</layout>
......@@ -335,7 +348,7 @@
</font>
</property>
<property name="text">
<string>Create map</string>
<string>map data</string>
</property>
</widget>
<widget class="QPushButton" name="btn_plot">
......@@ -351,7 +364,7 @@
<string notr="true">selection-background-color: rgb(83, 194, 200);</string>
</property>
<property name="text">
<string>load layer</string>
<string>data display</string>
</property>
</widget>
</widget>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment