You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
148 lines
4.7 KiB
148 lines
4.7 KiB
8 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>ItemSyncSettings</class>
|
||
|
<widget class="QWidget" name="ItemSyncSettings">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>400</width>
|
||
|
<height>348</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||
|
<item>
|
||
|
<widget class="QSplitter" name="splitter">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="verticalLayoutWidget">
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox">
|
||
|
<property name="title">
|
||
|
<string>Synchronization Tabs and Directories</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
||
|
<property name="leftMargin">
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<property name="topMargin">
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<property name="rightMargin">
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<property name="bottomMargin">
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label_4">
|
||
|
<property name="text">
|
||
|
<string><p>Synchronize contents of <strong>tab</strong> with directory with given <strong>path</strong>.</p>
|
||
|
<p>Set <strong>empty path</strong> not to save items in <strong>tab</strong>.</p></string>
|
||
|
</property>
|
||
|
<property name="wordWrap">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QTableWidget" name="tableWidgetSyncTabs">
|
||
|
<property name="alternatingRowColors">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="showGrid">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<attribute name="verticalHeaderVisible">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string>Tab Name</string>
|
||
|
</property>
|
||
|
</column>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string>Path</string>
|
||
|
</property>
|
||
|
</column>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</column>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QWidget" name="verticalLayoutWidget_2">
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox_2">
|
||
|
<property name="title">
|
||
|
<string>Files to Item Data Formats</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
||
|
<property name="leftMargin">
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<property name="topMargin">
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<property name="rightMargin">
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<property name="bottomMargin">
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label_3">
|
||
|
<property name="text">
|
||
|
<string><p>Set MIME type to <strong>-</strong> (dash) to ignore files. Any other unknown or hidden files are ignored.</p>
|
||
|
<p>Example: Load <strong>txt</strong> file extension as <strong>text/plain</strong> MIME type.</p></string>
|
||
|
</property>
|
||
|
<property name="wordWrap">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QTableWidget" name="tableWidgetFormatSettings">
|
||
|
<attribute name="verticalHeaderVisible">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string>Extensions</string>
|
||
|
</property>
|
||
|
</column>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string>Item MIME Type</string>
|
||
|
</property>
|
||
|
</column>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</column>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|