Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
abbb4469
Commit
abbb4469
authored
Dec 01, 2010
by
Arvid Ephraim Picciani
Browse files
lldb: forgot startremoteenginedialog.ui
belongs to
0ab67db5
parent
b84ce82e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/startremoteenginedialog.ui
0 → 100644
View file @
abbb4469
<?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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment