2011-09-13 17:26:02 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>AttachToQmlPortDialog</class>
|
|
|
|
|
<widget class="QDialog" name="AttachToQmlPortDialog">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2011-10-11 12:46:07 +02:00
|
|
|
<width>185</width>
|
|
|
|
|
<height>115</height>
|
2011-09-13 17:26:02 +02:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Start Debugger</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
|
<property name="fieldGrowthPolicy">
|
2011-10-11 12:46:07 +02:00
|
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
2011-09-13 17:26:02 +02:00
|
|
|
</property>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="hostLabel">
|
|
|
|
|
<property name="text">
|
2011-10-11 12:46:07 +02:00
|
|
|
<string>&Host:</string>
|
2011-09-13 17:26:02 +02:00
|
|
|
</property>
|
|
|
|
|
<property name="buddy">
|
|
|
|
|
<cstring>hostLineEdit</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="hostLineEdit">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string notr="true">localhost</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="portLabel">
|
|
|
|
|
<property name="text">
|
2011-10-11 12:46:07 +02:00
|
|
|
<string>&Port:</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="buddy">
|
|
|
|
|
<cstring>portSpinBox</cstring>
|
2011-09-13 17:26:02 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QSpinBox" name="portSpinBox">
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>65535</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>3768</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="standardButtons">
|
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|