80 lines
2.1 KiB
Plaintext
80 lines
2.1 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>GraceMsgDialog</class>
|
||
|
<widget class="QDialog" name="GraceMsgDialog">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>400</width>
|
||
|
<height>300</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Goodness gracious, file already exists.</string>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<item row="1" column="1">
|
||
|
<widget class="QComboBox" name="graph_combo"/>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QRadioButton" name="graph_button">
|
||
|
<property name="text">
|
||
|
<string>Add to graph</string>
|
||
|
</property>
|
||
|
<attribute name="buttonGroup">
|
||
|
<string notr="true">buttonGroup</string>
|
||
|
</attribute>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QRadioButton" name="overwrite_button">
|
||
|
<property name="text">
|
||
|
<string>Overwrite file</string>
|
||
|
</property>
|
||
|
<property name="checked">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<attribute name="buttonGroup">
|
||
|
<string notr="true">buttonGroup</string>
|
||
|
</attribute>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QRadioButton" name="radioButton">
|
||
|
<property name="text">
|
||
|
<string>Replace sets</string>
|
||
|
</property>
|
||
|
<attribute name="buttonGroup">
|
||
|
<string notr="true">buttonGroup</string>
|
||
|
</attribute>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="0" rowspan="2" colspan="2">
|
||
|
<widget class="QTableWidget" name="tableWidget">
|
||
|
<property name="columnCount">
|
||
|
<number>2</number>
|
||
|
</property>
|
||
|
<attribute name="horizontalHeaderVisible">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<column/>
|
||
|
<column/>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="5" column="0" colspan="2">
|
||
|
<widget class="QDialogButtonBox" name="buttonBox">
|
||
|
<property name="standardButtons">
|
||
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
<buttongroups>
|
||
|
<buttongroup name="buttonGroup"/>
|
||
|
</buttongroups>
|
||
|
</ui>
|