12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>NodeEditDock</class>
- <widget class="QDockWidget" name="NodeEditDock">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>302</width>
- <height>112</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>&Node Edit</string>
- </property>
- <widget class="QWidget" name="content">
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QLabel" name="uid_label">
- <property name="text">
- <string>UID</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="text_edit"/>
- </item>
- <item>
- <widget class="QWidget" name="custom_placeholder" native="true"/>
- </item>
- </layout>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|