mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
119 lines
3.0 KiB
XML
119 lines
3.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>QgsFormAnnotationDialogBase</class>
|
|
<widget class="QDialog" name="QgsFormAnnotationDialogBase">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>433</width>
|
|
<height>246</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form Annotation</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="3" column="0">
|
|
<widget class="QStackedWidget" name="mStackedWidget">
|
|
<widget class="QWidget" name="page"/>
|
|
<widget class="QWidget" name="page_2"/>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QRadioButton" name="mSourceRadioButton">
|
|
<property name="text">
|
|
<string>Source</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QRadioButton" name="mFileRadioButton">
|
|
<property name="text">
|
|
<string>File</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="mFileLineEdit"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="mBrowseToolButton">
|
|
<property name="text">
|
|
<string>…</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="5" column="0">
|
|
<widget class="QDialogButtonBox" name="mButtonBox">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QgsCodeEditorHTML" name="mHtmlSourceTextEdit" native="true"/>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QCheckBox" name="mLiveCheckBox">
|
|
<property name="text">
|
|
<string>Live update</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>QgsCodeEditorHTML</class>
|
|
<extends>QWidget</extends>
|
|
<header>qgscodeeditorhtml.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>mButtonBox</sender>
|
|
<signal>accepted()</signal>
|
|
<receiver>QgsFormAnnotationDialogBase</receiver>
|
|
<slot>accept()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>248</x>
|
|
<y>254</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>157</x>
|
|
<y>274</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>mButtonBox</sender>
|
|
<signal>rejected()</signal>
|
|
<receiver>QgsFormAnnotationDialogBase</receiver>
|
|
<slot>reject()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>316</x>
|
|
<y>260</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>286</x>
|
|
<y>274</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|