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 @@ ...@@ -110,12 +110,30 @@
<layout class="QFormLayout" name="formLayout"> <layout class="QFormLayout" name="formLayout">
<item row="0" column="1"> <item row="0" column="1">
<widget class="QTreeWidget" name="tree_data"> <widget class="QTreeWidget" name="tree_data">
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">alternate-background-color: rgb(205, 233, 236);</string> <string notr="true">alternate-background-color: rgb(205, 233, 236);</string>
</property> </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"> <property name="alternatingRowColors">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="horizontalScrollMode">
<enum>QAbstractItemView::ScrollPerItem</enum>
</property>
<property name="indentation"> <property name="indentation">
<number>20</number> <number>20</number>
</property> </property>
...@@ -126,7 +144,7 @@ ...@@ -126,7 +144,7 @@
<number>206</number> <number>206</number>
</attribute> </attribute>
<attribute name="headerDefaultSectionSize"> <attribute name="headerDefaultSectionSize">
<number>255</number> <number>300</number>
</attribute> </attribute>
<attribute name="headerShowSortIndicator" stdset="0"> <attribute name="headerShowSortIndicator" stdset="0">
<bool>true</bool> <bool>true</bool>
...@@ -141,11 +159,6 @@ ...@@ -141,11 +159,6 @@
<string>Long Name</string> <string>Long Name</string>
</property> </property>
</column> </column>
<column>
<property name="text">
<string>Type</string>
</property>
</column>
</widget> </widget>
</item> </item>
</layout> </layout>
...@@ -335,7 +348,7 @@ ...@@ -335,7 +348,7 @@
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>Create map</string> <string>map data</string>
</property> </property>
</widget> </widget>
<widget class="QPushButton" name="btn_plot"> <widget class="QPushButton" name="btn_plot">
...@@ -351,7 +364,7 @@ ...@@ -351,7 +364,7 @@
<string notr="true">selection-background-color: rgb(83, 194, 200);</string> <string notr="true">selection-background-color: rgb(83, 194, 200);</string>
</property> </property>
<property name="text"> <property name="text">
<string>load layer</string> <string>data display</string>
</property> </property>
</widget> </widget>
</widget> </widget>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment