aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/annotationeditor/annotationeditordialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/annotationeditor/annotationeditordialog.ui')
-rw-r--r--src/plugins/qmldesigner/components/annotationeditor/annotationeditordialog.ui82
1 files changed, 42 insertions, 40 deletions
diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationeditordialog.ui b/src/plugins/qmldesigner/components/annotationeditor/annotationeditordialog.ui
index 8ca9b75136..f84f5723e0 100644
--- a/src/plugins/qmldesigner/components/annotationeditor/annotationeditordialog.ui
+++ b/src/plugins/qmldesigner/components/annotationeditor/annotationeditordialog.ui
@@ -6,52 +6,54 @@
<rect>
<x>0</x>
<y>0</y>
- <width>700</width>
- <height>487</height>
+ <width>1344</width>
+ <height>819</height>
</rect>
</property>
<property name="windowTitle">
<string notr="true">Dialog</string>
</property>
- <layout class="QVBoxLayout" name="verticalLayout">
+ <layout class="QVBoxLayout" name="verticalLayout_2">
<item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <layout class="QHBoxLayout" name="targetIdLayout">
- <item>
- <widget class="QLabel" name="targetIdLabel">
- <property name="text">
- <string>Selected Item</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="targetIdEdit">
- <property name="frame">
- <bool>false</bool>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="customIdLayout">
- <item>
- <widget class="QLabel" name="customIdLabel">
- <property name="text">
- <string>Custom ID</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="customIdEdit"/>
- </item>
- </layout>
- </item>
- </layout>
+ <widget class="QWidget" name="annotationContainer" native="true">
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <layout class="QHBoxLayout" name="targetIdLayout">
+ <item>
+ <widget class="QLabel" name="targetIdLabel">
+ <property name="text">
+ <string>Selected Item</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="targetIdEdit">
+ <property name="frame">
+ <bool>false</bool>
+ </property>
+ <property name="readOnly">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="customIdLayout">
+ <item>
+ <widget class="QLabel" name="customIdLabel">
+ <property name="text">
+ <string>Custom ID</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="customIdEdit"/>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
</item>
<item>
<widget class="QTabWidget" name="tabWidget">