| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>OrderAndProps</class> |
| <widget class="QWidget" name="OrderAndProps"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>606</width> |
| <height>585</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>Form</string> |
| </property> |
| <layout class="QVBoxLayout" name="verticalLayout_4"> |
| <item> |
| <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| <item> |
| <layout class="QVBoxLayout" name="verticalLayout_3"> |
| <item> |
| <layout class="QGridLayout" name="gridLayout_2" rowstretch="0,10,10,0,0,2"> |
| <item row="3" column="0"> |
| <layout class="QHBoxLayout" name="horizontalLayout"> |
| <item> |
| <widget class="QLabel" name="dictionariesNumber"> |
| <property name="text"> |
| <string notr="true"/> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="0" column="0"> |
| <widget class="QLabel" name="label"> |
| <property name="text"> |
| <string>Dictionary order:</string> |
| </property> |
| </widget> |
| </item> |
| <item row="2" column="0"> |
| <widget class="DictListWidget" name="dictionaryOrder"/> |
| </item> |
| <item row="2" column="1"> |
| <layout class="QVBoxLayout" name="verticalLayout_2"/> |
| </item> |
| <item row="5" column="0"> |
| <widget class="DictListWidget" name="inactiveDictionaries"/> |
| </item> |
| <item row="4" column="0"> |
| <widget class="QLabel" name="label_2"> |
| <property name="text"> |
| <string>Inactive (disabled) dictionaries:</string> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="0"> |
| <widget class="QuickFilterLine" name="searchLine"/> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </item> |
| <item> |
| <widget class="QGroupBox" name="dictionaryInformation"> |
| <property name="title"> |
| <string>Dictionary information</string> |
| </property> |
| <layout class="QVBoxLayout" name="infoVerticalLayout"> |
| <item> |
| <layout class="QGridLayout" name="gridLayout"> |
| <item row="0" column="0"> |
| <widget class="QLabel" name="label_5"> |
| <property name="text"> |
| <string>Name:</string> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="1"> |
| <widget class="QLabel" name="dictionaryName"> |
| <property name="text"> |
| <string notr="true">TextLabel</string> |
| </property> |
| <property name="textFormat"> |
| <enum>Qt::PlainText</enum> |
| </property> |
| <property name="textInteractionFlags"> |
| <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="1"> |
| <widget class="QLabel" name="dictionaryTotalArticles"> |
| <property name="text"> |
| <string notr="true">TextLabel</string> |
| </property> |
| <property name="textFormat"> |
| <enum>Qt::PlainText</enum> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="0"> |
| <widget class="QLabel" name="label_6"> |
| <property name="text"> |
| <string>Total articles:</string> |
| </property> |
| </widget> |
| </item> |
| <item row="2" column="0"> |
| <widget class="QLabel" name="label_7"> |
| <property name="text"> |
| <string>Total words:</string> |
| </property> |
| </widget> |
| </item> |
| <item row="2" column="1"> |
| <widget class="QLabel" name="dictionaryTotalWords"> |
| <property name="text"> |
| <string notr="true">TextLabel</string> |
| </property> |
| <property name="textFormat"> |
| <enum>Qt::PlainText</enum> |
| </property> |
| </widget> |
| </item> |
| <item row="3" column="0"> |
| <widget class="QLabel" name="label_9"> |
| <property name="text"> |
| <string>Translates from:</string> |
| </property> |
| </widget> |
| </item> |
| <item row="4" column="0"> |
| <widget class="QLabel" name="label_10"> |
| <property name="text"> |
| <string>Translates to:</string> |
| </property> |
| </widget> |
| </item> |
| <item row="3" column="1"> |
| <widget class="QLabel" name="dictionaryTranslatesFrom"> |
| <property name="text"> |
| <string notr="true">TextLabel</string> |
| </property> |
| <property name="textFormat"> |
| <enum>Qt::RichText</enum> |
| </property> |
| </widget> |
| </item> |
| <item row="4" column="1"> |
| <widget class="QLabel" name="dictionaryTranslatesTo"> |
| <property name="text"> |
| <string notr="true">TextLabel</string> |
| </property> |
| <property name="textFormat"> |
| <enum>Qt::RichText</enum> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item> |
| <widget class="QLabel" name="dictionaryDescriptionLabel"> |
| <property name="text"> |
| <string>Description:</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QTextEdit" name="dictionaryDescription"> |
| <property name="frameShape"> |
| <enum>QFrame::NoFrame</enum> |
| </property> |
| <property name="readOnly"> |
| <bool>true</bool> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <spacer name="infoVerticalSpacer"> |
| <property name="orientation"> |
| <enum>Qt::Vertical</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>20</width> |
| <height>5</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item> |
| <spacer name="horizontalSpacer_5"> |
| <property name="orientation"> |
| <enum>Qt::Horizontal</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>256</width> |
| <height>5</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item> |
| <widget class="QLabel" name="label_11"> |
| <property name="text"> |
| <string>Files comprising this dictionary:</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPlainTextEdit" name="dictionaryFileList"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="minimumSize"> |
| <size> |
| <width>0</width> |
| <height>65</height> |
| </size> |
| </property> |
| <property name="maximumSize"> |
| <size> |
| <width>16777215</width> |
| <height>65</height> |
| </size> |
| </property> |
| <property name="frameShape"> |
| <enum>QFrame::NoFrame</enum> |
| </property> |
| <property name="lineWrapMode"> |
| <enum>QPlainTextEdit::NoWrap</enum> |
| </property> |
| <property name="readOnly"> |
| <bool>true</bool> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item> |
| <widget class="QLabel" name="label_3"> |
| <property name="text"> |
| <string>Adjust the order by dragging and dropping items in it. Drop dictionaries to the inactive group to disable their use.</string> |
| </property> |
| <property name="wordWrap"> |
| <bool>true</bool> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| <customwidgets> |
| <customwidget> |
| <class>DictListWidget</class> |
| <extends>QListWidget</extends> |
| <header>edit_groups_widgets.hh</header> |
| </customwidget> |
| <customwidget> |
| <class>QuickFilterLine</class> |
| <extends>QLineEdit</extends> |
| <header>edit_groups_widgets.hh</header> |
| </customwidget> |
| </customwidgets> |
| <tabstops> |
| <tabstop>dictionaryOrder</tabstop> |
| <tabstop>inactiveDictionaries</tabstop> |
| <tabstop>dictionaryDescription</tabstop> |
| <tabstop>dictionaryFileList</tabstop> |
| <tabstop>searchLine</tabstop> |
| </tabstops> |
| <resources/> |
| <connections/> |
| </ui> |
|
|