AppleSAWS/src/ui/widgets/CharacterSetExplorer.ui

76 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CharacterSetExplorer</class>
<widget class="QDialog" name="CharacterSetExplorer">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>423</width>
<height>352</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>HRCG Character Set Explorer</string>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<layout class="QGridLayout" name="gridLayout" rowstretch="1,999999">
<item row="1" column="0">
<widget class="HiresScreenWidget" name="drawWidget" native="true">
<property name="minimumSize">
<size>
<width>561</width>
<height>384</height>
</size>
</property>
</widget>
</item>
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Text:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="inputText"/>
</item>
<item>
<widget class="QPushButton" name="insertChar">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Insert Char...</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>HiresScreenWidget</class>
<extends>QWidget</extends>
<header>HiresScreenWidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>