Fix Include dialog UI

#11443
This commit is contained in:
Juergen Spitzmueller 2019-01-02 09:19:45 +01:00
parent b3cba2a09c
commit 8f332f4429

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>369</width>
<height>470</height>
<width>362</width>
<height>449</height>
</rect>
</property>
<property name="windowTitle">
@ -16,98 +16,86 @@
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QLabel" name="filenameLA">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>&amp;File:</string>
</property>
<property name="buddy">
<cstring>filenameED</cstring>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="QLineEdit" name="filenameED">
<property name="toolTip">
<string>File name to include</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QPushButton" name="browsePB">
<property name="toolTip">
<string>Select a file</string>
</property>
<property name="text">
<string>&amp;Browse...</string>
</property>
</widget>
</item>
<item row="1" column="0" rowspan="2" colspan="2">
<widget class="QLabel" name="TextLabel1">
<property name="text">
<string>I&amp;nclude Type:</string>
</property>
<property name="buddy">
<cstring>typeCO</cstring>
</property>
</widget>
</item>
<item row="1" column="2" rowspan="3">
<widget class="QComboBox" name="typeCO">
<item>
<property name="text">
<string>Include</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="3">
<widget class="QPushButton" name="browsePB">
<property name="toolTip">
<string>Select a file</string>
</property>
<property name="text">
<string>&amp;Browse...</string>
</property>
</widget>
</item>
<item>
<property name="text">
<string>Input</string>
</property>
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="TextLabel1">
<property name="text">
<string>I&amp;nclude Type:</string>
</property>
<property name="buddy">
<cstring>typeCO</cstring>
</property>
</widget>
</item>
<item>
<property name="text">
<string>Verbatim</string>
</property>
<item row="1" column="2">
<widget class="QComboBox" name="typeCO">
<item>
<property name="text">
<string>Include</string>
</property>
</item>
<item>
<property name="text">
<string>Input</string>
</property>
</item>
<item>
<property name="text">
<string>Verbatim</string>
</property>
</item>
<item>
<property name="text">
<string>Program Listing</string>
</property>
</item>
</widget>
</item>
<item>
<property name="text">
<string>Program Listing</string>
</property>
<item row="1" column="3">
<widget class="QPushButton" name="editPB">
<property name="toolTip">
<string>Edit the file</string>
</property>
<property name="text">
<string>&amp;Edit</string>
</property>
</widget>
</item>
</widget>
<item row="0" column="2">
<widget class="QLineEdit" name="filenameED">
<property name="toolTip">
<string>File name to include</string>
</property>
</widget>
</item>
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="filenameLA">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>&amp;File:</string>
</property>
<property name="buddy">
<cstring>filenameED</cstring>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="3">
<widget class="QPushButton" name="editPB">
<property name="toolTip">
<string>Edit the file</string>
</property>
<property name="text">
<string>&amp;Edit</string>
</property>
</widget>
</item>
<item row="2" column="3">
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>28</width>
<height>28</height>
</size>
</property>
</spacer>
</item>
<item row="4" column="0" colspan="4">
<item row="1" column="0">
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
@ -156,9 +144,22 @@
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item row="5" column="0" colspan="4">
<item row="2" column="0">
<widget class="QGroupBox" name="listingsGB">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
@ -305,7 +306,7 @@
</layout>
</widget>
</item>
<item row="6" column="2" colspan="2">
<item row="3" column="0">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>