openclonk/src/editor/C4ConsoleQtLocalizeOverview.ui

147 lines
3.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LocalizeOverviewDialog</class>
<widget class="QDialog" name="LocalizeOverviewDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1022</width>
<height>456</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string comment="res">IDS_CNS_TRANSLATE</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableWidget" name="translationTable">
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<attribute name="horizontalHeaderVisible">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>300</number>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderHighlightSections">
<bool>false</bool>
</attribute>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="refreshButton">
<property name="text">
<string comment="res">IDS_CNS_REFRESH</string>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>LocalizeOverviewDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>341</x>
<y>434</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>LocalizeOverviewDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>409</x>
<y>440</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>translationTable</sender>
<signal>itemChanged(QTableWidgetItem*)</signal>
<receiver>LocalizeOverviewDialog</receiver>
<slot>OnTableItemChanged(QTableWidgetItem*)</slot>
<hints>
<hint type="sourcelabel">
<x>510</x>
<y>211</y>
</hint>
<hint type="destinationlabel">
<x>510</x>
<y>227</y>
</hint>
</hints>
</connection>
<connection>
<sender>refreshButton</sender>
<signal>pressed()</signal>
<receiver>LocalizeOverviewDialog</receiver>
<slot>Refresh()</slot>
<hints>
<hint type="sourcelabel">
<x>63</x>
<y>432</y>
</hint>
<hint type="destinationlabel">
<x>510</x>
<y>227</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>OnTableItemChanged(QTableWidgetItem*)</slot>
<slot>Refresh()</slot>
</slots>
</ui>