anki/qt/po/scripts/extract_po_string_diag.ui
2020-08-04 11:21:39 +10:00

110 lines
2.7 KiB
XML

<?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>879</width>
<height>721</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="2" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Fluent key suffix</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="filenames"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Search:</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QPushButton" name="replacementsTemplateButton">
<property name="text">
<string>Template</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Target file</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Replacements</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="replacements"/>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="key"/>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="search"/>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>Matches</string>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="searchMatches"/>
</item>
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>Preview</string>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="preview"/>
</item>
<item>
<widget class="QPushButton" name="addButton">
<property name="text">
<string>Add</string>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>search</tabstop>
<tabstop>filenames</tabstop>
<tabstop>key</tabstop>
<tabstop>replacements</tabstop>
<tabstop>replacementsTemplateButton</tabstop>
<tabstop>searchMatches</tabstop>
<tabstop>preview</tabstop>
<tabstop>addButton</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>