lolautoaccept/ui/runeeditor.ui

80 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RuneEditor</class>
<widget class="QWidget" name="RuneEditor">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>576</width>
<height>455</height>
</rect>
</property>
<property name="windowTitle">
<string>Runepage Editor</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">
<widget class="QLineEdit" name="runepageName"/>
</item>
<item row="1" column="1">
<layout class="QHBoxLayout" name="substyle"/>
</item>
<item row="1" column="0">
<layout class="QHBoxLayout" name="style"/>
</item>
<item row="3" column="1" rowspan="3">
<layout class="QGridLayout" name="substylePerks"/>
</item>
<item row="2" column="1">
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="8" column="1">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
</property>
</widget>
</item>
<item row="2" column="0" rowspan="7">
<layout class="QGridLayout" name="stylePerks">
<property name="rightMargin">
<number>10</number>
</property>
</layout>
</item>
<item row="6" column="1" rowspan="2">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>120</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>