188 lines
4.6 KiB
Plaintext
188 lines
4.6 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>Dialog</class>
|
||
|
<widget class="QDialog" name="Dialog">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>400</width>
|
||
|
<height>613</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Load data from agr</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="text">
|
||
|
<string>Only data will be loaded, no line and symbol properties!</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QTreeWidget" name="treeWidget">
|
||
|
<property name="selectionMode">
|
||
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
||
|
</property>
|
||
|
<attribute name="headerVisible">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string notr="true">1</string>
|
||
|
</property>
|
||
|
</column>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QTableWidget" name="tableWidget">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Expanding" vsizetype="Maximum">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="selectionBehavior">
|
||
|
<enum>QAbstractItemView::SelectRows</enum>
|
||
|
</property>
|
||
|
<property name="gridStyle">
|
||
|
<enum>Qt::NoPen</enum>
|
||
|
</property>
|
||
|
<property name="rowCount">
|
||
|
<number>4</number>
|
||
|
</property>
|
||
|
<property name="columnCount">
|
||
|
<number>2</number>
|
||
|
</property>
|
||
|
<attribute name="horizontalHeaderVisible">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<attribute name="horizontalHeaderStretchLastSection">
|
||
|
<bool>true</bool>
|
||
|
</attribute>
|
||
|
<attribute name="verticalHeaderVisible">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<row/>
|
||
|
<row/>
|
||
|
<row/>
|
||
|
<row/>
|
||
|
<column/>
|
||
|
<column/>
|
||
|
<item row="0" column="0">
|
||
|
<property name="text">
|
||
|
<string>Symbol</string>
|
||
|
</property>
|
||
|
<property name="flags">
|
||
|
<set>ItemIsSelectable|ItemIsEnabled</set>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="flags">
|
||
|
<set>ItemIsSelectable|ItemIsEnabled</set>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<property name="text">
|
||
|
<string>Symbol color</string>
|
||
|
</property>
|
||
|
<property name="flags">
|
||
|
<set>ItemIsSelectable|ItemIsEnabled</set>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="flags">
|
||
|
<set>ItemIsSelectable|ItemIsEnabled</set>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<property name="text">
|
||
|
<string>Linestyle</string>
|
||
|
</property>
|
||
|
<property name="flags">
|
||
|
<set>ItemIsSelectable|ItemIsEnabled</set>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="2" column="1">
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="flags">
|
||
|
<set>ItemIsSelectable|ItemIsEnabled</set>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="3" column="0">
|
||
|
<property name="text">
|
||
|
<string>Line color</string>
|
||
|
</property>
|
||
|
<property name="flags">
|
||
|
<set>ItemIsSelectable|ItemIsEnabled</set>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="3" column="1">
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="flags">
|
||
|
<set>ItemIsEnabled</set>
|
||
|
</property>
|
||
|
</item>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QDialogButtonBox" name="buttonBox">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="standardButtons">
|
||
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>buttonBox</sender>
|
||
|
<signal>accepted()</signal>
|
||
|
<receiver>Dialog</receiver>
|
||
|
<slot>accept()</slot>
|
||
|
<hints>
|
||
|
<hint type="sourcelabel">
|
||
|
<x>248</x>
|
||
|
<y>254</y>
|
||
|
</hint>
|
||
|
<hint type="destinationlabel">
|
||
|
<x>157</x>
|
||
|
<y>274</y>
|
||
|
</hint>
|
||
|
</hints>
|
||
|
</connection>
|
||
|
<connection>
|
||
|
<sender>buttonBox</sender>
|
||
|
<signal>rejected()</signal>
|
||
|
<receiver>Dialog</receiver>
|
||
|
<slot>reject()</slot>
|
||
|
<hints>
|
||
|
<hint type="sourcelabel">
|
||
|
<x>316</x>
|
||
|
<y>260</y>
|
||
|
</hint>
|
||
|
<hint type="destinationlabel">
|
||
|
<x>286</x>
|
||
|
<y>274</y>
|
||
|
</hint>
|
||
|
</hints>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
</ui>
|