Skip to content
Snippets Groups Projects
Commit abbb4469 authored by Arvid Ephraim Picciani's avatar Arvid Ephraim Picciani
Browse files

lldb: forgot startremoteenginedialog.ui

belongs to 0ab67db5
parent b84ce82e
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>StartRemoteEngineDialog</class>
<widget class="QDialog" name="StartRemoteEngineDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>884</width>
<height>601</height>
</rect>
</property>
<property name="windowTitle">
<string>Start Remote Engine</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="channelLabel">
<property name="text">
<string>Host:</string>
</property>
</widget>
</item>
<item row="8" column="0" colspan="4">
<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>
<item row="3" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Engine path:</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Inferior path:</string>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QLineEdit" name="inferiorpath"/>
</item>
<item row="3" column="2">
<widget class="QLineEdit" name="enginepath"/>
</item>
<item row="0" column="2">
<widget class="QLineEdit" name="host">
<property name="text">
<string notr="true"/>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QLineEdit" name="password">
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLineEdit" name="username"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Username:</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Password:</string>
</property>
</widget>
</item>
<item row="6" column="1" colspan="2">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<tabstops>
<tabstop>host</tabstop>
<tabstop>username</tabstop>
<tabstop>password</tabstop>
<tabstop>enginepath</tabstop>
<tabstop>inferiorpath</tabstop>
<tabstop>buttonBox</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment