2017-07-05 14:03:39 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LayoutConfigDialog</class>
<widget class="QDialog" name="LayoutConfigDialog">
<property name="windowTitle">
2017-07-18 00:04:57 +03:00
<string/>
2017-07-05 14:03:39 -05:00
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="icon">
<iconset theme="preferences-other">
<normaloff>.</normaloff>.</iconset>
</attribute>
<attribute name="title">
<string>Layouts</string>
</attribute>
2017-07-07 15:00:53 -05:00
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
2017-07-05 14:03:39 -05:00
<widget class="QTableView" name="layoutsView">
<property name="showGrid">
2017-07-18 00:04:57 +03:00
<bool>true</bool>
2017-07-05 14:03:39 -05:00
</property>
<attribute name="horizontalHeaderVisible">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderCascadingSectionResizes">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>true</bool>
</attribute>
</widget>
</item>
2017-07-07 15:00:53 -05:00
<item>
2017-07-05 14:03:39 -05:00
<widget class="QWidget" name="widget" native="true">
<layout class="QVBoxLayout" name="verticalLayout">
2017-07-17 18:18:32 +03:00
<item>
<widget class="QPushButton" name="switchButton">
<property name="text">
<string>Switch</string>
</property>
2017-07-18 11:36:34 +03:00
<property name="icon">
2017-07-19 21:36:05 +03:00
<iconset theme="user-identity">
<normaloff>.</normaloff>.</iconset>
2017-07-18 11:36:34 +03:00
</property>
2017-07-17 18:18:32 +03:00
</widget>
</item>
2017-07-05 14:03:39 -05:00
<item>
<widget class="QPushButton" name="copyButton">
<property name="text">
<string>Copy</string>
</property>
2017-07-18 11:36:34 +03:00
<property name="icon">
2017-07-19 21:36:05 +03:00
<iconset theme="edit-copy">
<normaloff>.</normaloff>.</iconset>
2017-07-18 11:36:34 +03:00
</property>
<property name="flat">
<bool>false</bool>
</property>
2017-07-05 14:03:39 -05:00
</widget>
</item>
<item>
<widget class="QPushButton" name="removeButton">
<property name="text">
<string>Remove</string>
</property>
2017-07-18 11:36:34 +03:00
<property name="icon">
2017-07-19 21:36:05 +03:00
<iconset theme="list-remove">
<normaloff>.</normaloff>.</iconset>
2017-07-18 11:36:34 +03:00
</property>
2017-07-05 14:03:39 -05:00
</widget>
</item>
2017-07-17 18:18:32 +03:00
<item>
<widget class="Line" name="line">
2017-07-18 11:36:34 +03:00
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="sizeIncrement">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="lineWidth">
<number>1</number>
</property>
2017-07-17 18:18:32 +03:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
2017-07-05 14:03:39 -05:00
<item>
<widget class="QPushButton" name="importButton">
<property name="text">
<string>Import</string>
</property>
2017-07-18 11:36:34 +03:00
<property name="icon">
2017-07-19 21:36:05 +03:00
<iconset theme="document-import">
<normaloff>.</normaloff>.</iconset>
2017-07-18 11:36:34 +03:00
</property>
2017-07-05 14:03:39 -05:00
<property name="default">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="exportButton">
<property name="text">
<string>Export</string>
</property>
2017-07-18 11:36:34 +03:00
<property name="icon">
2017-07-19 21:36:05 +03:00
<iconset theme="document-export">
<normaloff>.</normaloff>.</iconset>
2017-07-18 11:36:34 +03:00
</property>
2017-07-05 14:03:39 -05:00
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>LayoutConfigDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
2017-07-07 15:00:53 -05:00
<x>254</x>
<y>341</y>
2017-07-05 14:03:39 -05:00
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>LayoutConfigDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
2017-07-07 15:00:53 -05:00
<x>322</x>
<y>341</y>
2017-07-05 14:03:39 -05:00
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>