diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bcb704366cb5e333a626c18c308c7e0448a8e69f (patch) | |
tree | f0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /ksirc/openksircproc.dlg | |
download | tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksirc/openksircproc.dlg')
-rw-r--r-- | ksirc/openksircproc.dlg | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/ksirc/openksircproc.dlg b/ksirc/openksircproc.dlg new file mode 100644 index 00000000..1378f569 --- /dev/null +++ b/ksirc/openksircproc.dlg @@ -0,0 +1,76 @@ +DlgEdit:v2.0:Dialog: +Dialog { + ClassHeader {open_ksirc.h} + ClassSource {open_ksirc.cpp} + ClassName {open_ksirc} + DataHeader {open_ksircData.h} + DataSource {open_ksircData.cpp} + DataName {open_ksircData} + WindowBaseClass {QDialog} + IsModal {FALSE} + WindowCaption {Connect to Server} + WindowFlags {45056} +} +WidgetLayout { +InitialPos {-1 -1} +Size {400 90} +MinSize {400 90} +MaxSize {400 90} +Grid {10} + +Label { + Text {Server:} + Alignment {33} + AutoResize {FALSE} + Margin {-1} + Rect {10 10 100 30} + Name {Label_1} + Font {"helvetica" 12 63 0 0 0 0 0 0} + LayoutStatus {NoLayout} + MinimumSize {10 10} + MaximumSize {32767 32767} +} +PushButton { + ToggleButton {FALSE} + Default {FALSE} + AutoDefault {TRUE} + Text {Ok} + AutoRepeat {FALSE} + AutoResize {FALSE} + Rect {200 50 190 30} + Name {PushButton_1} + Variable {okButton} + Font {"helvetica" 12 63 0 0 0 0 0 0} + Signal {[Protected] clicked --> create_toplevel ()} + LayoutStatus {NoLayout} + MinimumSize {10 10} + MaximumSize {32767 32767} +} +PushButton { + ToggleButton {FALSE} + Default {FALSE} + AutoDefault {FALSE} + Text {Cancel} + AutoRepeat {FALSE} + AutoResize {FALSE} + Rect {10 50 180 30} + Name {PushButton_2} + Signal {[Protected] clicked --> terminate ()} + LayoutStatus {NoLayout} + MinimumSize {10 10} + MaximumSize {32767 32767} +} +ComboBox { + Style {ReadWrite} + SizeLimit {10} + Policy {NoInsertion} + AutoResize {FALSE} + Rect {70 10 320 30} + Name {ComboBox_1} + Variable {nameSLE} + LayoutStatus {NoLayout} + MinimumSize {10 10} + MaximumSize {32767 32767} +} +Layout {None} +} |