summaryrefslogtreecommitdiff
path: root/noncore
authormickeyl <mickeyl>2006-05-16 19:25:25 (UTC)
committer mickeyl <mickeyl>2006-05-16 19:25:25 (UTC)
commitf2dc2fbeca42a87e1779696477b4caaf89a10614 (patch) (unidiff)
tree6b34fb28daf54be12ba27b47d2cf18851ffaeb1f /noncore
parent46eab1f4cc65e464eba94d6e9965601f304cc1cf (diff)
downloadopie-f2dc2fbeca42a87e1779696477b4caaf89a10614.zip
opie-f2dc2fbeca42a87e1779696477b4caaf89a10614.tar.gz
opie-f2dc2fbeca42a87e1779696477b4caaf89a10614.tar.bz2
remove generated files
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opie-smb/qsmbbase.cpp146
-rw-r--r--noncore/net/opie-smb/qsmbbase.h62
-rw-r--r--noncore/net/opietooth/manager/obexftpdialogbase.cpp156
-rw-r--r--noncore/net/opietooth/manager/obexftpdialogbase.h64
4 files changed, 0 insertions, 428 deletions
diff --git a/noncore/net/opie-smb/qsmbbase.cpp b/noncore/net/opie-smb/qsmbbase.cpp
deleted file mode 100644
index 21cd306..0000000
--- a/noncore/net/opie-smb/qsmbbase.cpp
+++ b/dev/null
@@ -1,146 +0,0 @@
1/****************************************************************************
2** Form implementation generated from reading ui file 'qsmbbase.ui'
3**
4** Created: Thu Aug 11 19:30:44 2005
5** by: The User Interface Compiler (uic)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9#include "qsmbbase.h"
10
11#include <qcheckbox.h>
12#include <qcombobox.h>
13#include <qheader.h>
14#include <qlabel.h>
15#include <qlineedit.h>
16#include <qlistview.h>
17#include <qpushbutton.h>
18#include <qtabwidget.h>
19#include <qtextview.h>
20#include <qlayout.h>
21#include <qvariant.h>
22#include <qtooltip.h>
23#include <qwhatsthis.h>
24
25/*
26 * Constructs a FormQPESMBBase which is a child of 'parent', with the
27 * name 'name' and widget flags set to 'f'
28 */
29FormQPESMBBase::FormQPESMBBase( QWidget* parent, const char* name, WFlags fl )
30 : QWidget( parent, name, fl )
31{
32 if ( !name )
33 setName( "FormQPESMBBase" );
34 resize( 254, 352 );
35 QFont f( font() );
36 setFont( f );
37 setCaption( tr( "Opie Smb" ) );
38 FormQPESMBBaseLayout = new QGridLayout( this );
39 FormQPESMBBaseLayout->setSpacing( 2 );
40 FormQPESMBBaseLayout->setMargin( 0 );
41
42 TabWidget2 = new QTabWidget( this, "TabWidget2" );
43
44 tab = new QWidget( TabWidget2, "tab" );
45 tabLayout = new QGridLayout( tab );
46 tabLayout->setSpacing( 0 );
47 tabLayout->setMargin( 2 );
48
49 CBHost = new QComboBox( FALSE, tab, "CBHost" );
50
51 tabLayout->addMultiCellWidget( CBHost, 1, 1, 0, 3 );
52
53 mountpt = new QComboBox( FALSE, tab, "mountpt" );
54
55 tabLayout->addMultiCellWidget( mountpt, 4, 4, 1, 3 );
56
57 LScan = new QLabel( tab, "LScan" );
58 LScan->setText( tr( "" ) );
59
60 tabLayout->addWidget( LScan, 0, 3 );
61
62 textLabel1 = new QLabel( tab, "textLabel1" );
63 textLabel1->setText( tr( "mount pt:" ) );
64
65 tabLayout->addWidget( textLabel1, 4, 0 );
66
67 ListViewScan = new QListView( tab, "ListViewScan" );
68 ListViewScan->addColumn( tr( "Shares" ) );
69
70 tabLayout->addMultiCellWidget( ListViewScan, 2, 2, 0, 3 );
71
72 BtnScan = new QPushButton( tab, "BtnScan" );
73 BtnScan->setText( tr( "&Scan" ) );
74
75 tabLayout->addMultiCellWidget( BtnScan, 0, 0, 0, 1 );
76
77 BtnClear = new QPushButton( tab, "BtnClear" );
78 BtnClear->setText( tr( "&Clear" ) );
79
80 tabLayout->addWidget( BtnClear, 0, 2 );
81
82 onbootBtn = new QCheckBox( tab, "onbootBtn" );
83 onbootBtn->setText( tr( "Reconnect on boot" ) );
84
85 tabLayout->addMultiCellWidget( onbootBtn, 3, 3, 0, 2 );
86
87 DoItBtn = new QPushButton( tab, "DoItBtn" );
88 DoItBtn->setText( tr( "&Login" ) );
89
90 tabLayout->addMultiCellWidget( DoItBtn, 5, 5, 0, 1 );
91
92 Layout6 = new QGridLayout;
93 Layout6->setSpacing( 6 );
94 Layout6->setMargin( 0 );
95
96 Layout2 = new QHBoxLayout;
97 Layout2->setSpacing( 6 );
98 Layout2->setMargin( 0 );
99
100 pwdlabel = new QLabel( tab, "pwdlabel" );
101 pwdlabel->setText( tr( "password" ) );
102 Layout2->addWidget( pwdlabel );
103
104 password = new QLineEdit( tab, "password" );
105 Layout2->addWidget( password );
106
107 Layout6->addLayout( Layout2, 1, 0 );
108
109 Layout5 = new QHBoxLayout;
110 Layout5->setSpacing( 6 );
111 Layout5->setMargin( 0 );
112
113 usrlabel = new QLabel( tab, "usrlabel" );
114 usrlabel->setText( tr( "username" ) );
115 Layout5->addWidget( usrlabel );
116
117 username = new QLineEdit( tab, "username" );
118 Layout5->addWidget( username );
119
120 Layout6->addLayout( Layout5, 0, 0 );
121
122 tabLayout->addMultiCellLayout( Layout6, 5, 5, 2, 3 );
123 TabWidget2->insertTab( tab, tr( "Scan" ) );
124
125 tab_2 = new QWidget( TabWidget2, "tab_2" );
126 tabLayout_2 = new QGridLayout( tab_2 );
127 tabLayout_2->setSpacing( 6 );
128 tabLayout_2->setMargin( 11 );
129
130 TextViewOutput = new QTextView( tab_2, "TextViewOutput" );
131 TextViewOutput->setTextFormat( QTextView::PlainText );
132
133 tabLayout_2->addWidget( TextViewOutput, 0, 0 );
134 TabWidget2->insertTab( tab_2, tr( "SMB Output" ) );
135
136 FormQPESMBBaseLayout->addWidget( TabWidget2, 0, 0 );
137}
138
139/*
140 * Destroys the object and frees any allocated resources
141 */
142FormQPESMBBase::~FormQPESMBBase()
143{
144 // no need to delete child widgets, Qt does it all for us
145}
146
diff --git a/noncore/net/opie-smb/qsmbbase.h b/noncore/net/opie-smb/qsmbbase.h
deleted file mode 100644
index 3ee2f57..0000000
--- a/noncore/net/opie-smb/qsmbbase.h
+++ b/dev/null
@@ -1,62 +0,0 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'qsmbbase.ui'
3**
4** Created: Thu Aug 11 19:30:41 2005
5** by: The User Interface Compiler (uic)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9#ifndef FORMQPESMBBASE_H
10#define FORMQPESMBBASE_H
11
12#include <qvariant.h>
13#include <qwidget.h>
14class QVBoxLayout;
15class QHBoxLayout;
16class QGridLayout;
17class QCheckBox;
18class QComboBox;
19class QLabel;
20class QLineEdit;
21class QListView;
22class QListViewItem;
23class QPushButton;
24class QTabWidget;
25class QTextView;
26
27class FormQPESMBBase : public QWidget
28{
29 Q_OBJECT
30
31public:
32 FormQPESMBBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
33 ~FormQPESMBBase();
34
35 QTabWidget* TabWidget2;
36 QWidget* tab;
37 QComboBox* CBHost;
38 QComboBox* mountpt;
39 QLabel* LScan;
40 QLabel* textLabel1;
41 QListView* ListViewScan;
42 QPushButton* BtnScan;
43 QPushButton* BtnClear;
44 QCheckBox* onbootBtn;
45 QPushButton* DoItBtn;
46 QLabel* pwdlabel;
47 QLineEdit* password;
48 QLabel* usrlabel;
49 QLineEdit* username;
50 QWidget* tab_2;
51 QTextView* TextViewOutput;
52
53protected:
54 QGridLayout* FormQPESMBBaseLayout;
55 QGridLayout* tabLayout;
56 QGridLayout* Layout6;
57 QHBoxLayout* Layout2;
58 QHBoxLayout* Layout5;
59 QGridLayout* tabLayout_2;
60};
61
62#endif // FORMQPESMBBASE_H
diff --git a/noncore/net/opietooth/manager/obexftpdialogbase.cpp b/noncore/net/opietooth/manager/obexftpdialogbase.cpp
deleted file mode 100644
index dd54b5f..0000000
--- a/noncore/net/opietooth/manager/obexftpdialogbase.cpp
+++ b/dev/null
@@ -1,156 +0,0 @@
1/****************************************************************************
2** Form implementation generated from reading ui file 'obexftpdialogbase.ui'
3**
4** Created: Tue Mar 21 00:29:33 2006
5** by: The User Interface Compiler (uic)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9#include "obexftpdialogbase.h"
10
11#include <qcombobox.h>
12#include <qheader.h>
13#include <qlabel.h>
14#include <qlistview.h>
15#include <qmultilineedit.h>
16#include <qprogressbar.h>
17#include <qpushbutton.h>
18#include <qspinbox.h>
19#include <qtabwidget.h>
20#include <qwidget.h>
21#include <qlayout.h>
22#include <qvariant.h>
23#include <qtooltip.h>
24#include <qwhatsthis.h>
25
26/*
27 * Constructs a ObexFtpDialogBase which is a child of 'parent', with the
28 * name 'name' and widget flags set to 'f'
29 *
30 * The dialog will by default be modeless, unless you set 'modal' to
31 * TRUE to construct a modal dialog.
32 */
33ObexFtpDialogBase::ObexFtpDialogBase( QWidget* parent, const char* name, bool modal, WFlags fl )
34 : QDialog( parent, name, modal, fl )
35{
36 if ( !name )
37 setName( "ObexFtpDialogBase" );
38 resize( 267, 312 );
39 setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)7, sizePolicy().hasHeightForWidth() ) );
40 setCaption( tr( "Browse device" ) );
41 ObexFtpDialogBaseLayout = new QVBoxLayout( this );
42 ObexFtpDialogBaseLayout->setSpacing( 0 );
43 ObexFtpDialogBaseLayout->setMargin( 0 );
44
45 obexFtpTab = new QTabWidget( this, "obexFtpTab" );
46
47 files = new QWidget( obexFtpTab, "files" );
48 filesLayout = new QVBoxLayout( files );
49 filesLayout->setSpacing( 0 );
50 filesLayout->setMargin( 0 );
51
52 Layout13 = new QGridLayout;
53 Layout13->setSpacing( 6 );
54 Layout13->setMargin( 0 );
55
56 fileList = new QListView( files, "fileList" );
57 fileList->addColumn( tr( "Name" ) );
58 fileList->addColumn( tr( "Size" ) );
59
60 Layout13->addWidget( fileList, 0, 0 );
61
62 fileProgress = new QProgressBar( files, "fileProgress" );
63
64 Layout13->addWidget( fileProgress, 1, 0 );
65
66 Layout11 = new QHBoxLayout;
67 Layout11->setSpacing( 6 );
68 Layout11->setMargin( 0 );
69
70 browseOK = new QPushButton( files, "browseOK" );
71 browseOK->setText( tr( "Browse" ) );
72 Layout11->addWidget( browseOK );
73
74 getButton = new QPushButton( files, "getButton" );
75 getButton->setText( tr( "Get file" ) );
76 Layout11->addWidget( getButton );
77
78 putButton = new QPushButton( files, "putButton" );
79 putButton->setText( tr( "Put file" ) );
80 Layout11->addWidget( putButton );
81
82 Layout13->addLayout( Layout11, 2, 0 );
83
84 statusBar = new QLabel( files, "statusBar" );
85 statusBar->setText( tr( "" ) );
86
87 Layout13->addWidget( statusBar, 3, 0 );
88 filesLayout->addLayout( Layout13 );
89 obexFtpTab->insertTab( files, tr( "Device" ) );
90
91 localFs = new QWidget( obexFtpTab, "localFs" );
92 obexFtpTab->insertTab( localFs, tr( "Local" ) );
93
94 options = new QWidget( obexFtpTab, "options" );
95
96 QWidget* privateLayoutWidget = new QWidget( options, "Layout5" );
97 privateLayoutWidget->setGeometry( QRect( 45, 5, 162, 63 ) );
98 Layout5 = new QVBoxLayout( privateLayoutWidget );
99 Layout5->setSpacing( 6 );
100 Layout5->setMargin( 0 );
101
102 Layout3 = new QHBoxLayout;
103 Layout3->setSpacing( 6 );
104 Layout3->setMargin( 0 );
105
106 uuidLabel = new QLabel( privateLayoutWidget, "uuidLabel" );
107 uuidLabel->setText( tr( "uuid type" ) );
108 Layout3->addWidget( uuidLabel );
109
110 uuidType = new QComboBox( FALSE, privateLayoutWidget, "uuidType" );
111 uuidType->insertItem( tr( "FBS" ) );
112 uuidType->insertItem( tr( "S45" ) );
113 Layout3->addWidget( uuidType );
114 Layout5->addLayout( Layout3 );
115
116 Layout4 = new QHBoxLayout;
117 Layout4->setSpacing( 6 );
118 Layout4->setMargin( 0 );
119
120 connRetries = new QLabel( privateLayoutWidget, "connRetries" );
121 connRetries->setText( tr( "Retry to connect" ) );
122 Layout4->addWidget( connRetries );
123
124 nReries = new QSpinBox( privateLayoutWidget, "nReries" );
125 nReries->setButtonSymbols( QSpinBox::PlusMinus );
126 Layout4->addWidget( nReries );
127 Layout5->addLayout( Layout4 );
128 obexFtpTab->insertTab( options, tr( "Options" ) );
129
130 browse = new QWidget( obexFtpTab, "browse" );
131 browseLayout = new QHBoxLayout( browse );
132 browseLayout->setSpacing( 0 );
133 browseLayout->setMargin( 0 );
134
135 browseLog = new QMultiLineEdit( browse, "browseLog" );
136 browseLayout->addWidget( browseLog );
137 obexFtpTab->insertTab( browse, tr( "Log" ) );
138 ObexFtpDialogBaseLayout->addWidget( obexFtpTab );
139
140 // tab order
141 setTabOrder( obexFtpTab, fileList );
142 setTabOrder( fileList, browseOK );
143 setTabOrder( browseOK, getButton );
144 setTabOrder( getButton, putButton );
145 setTabOrder( putButton, uuidType );
146 setTabOrder( uuidType, browseLog );
147}
148
149/*
150 * Destroys the object and frees any allocated resources
151 */
152ObexFtpDialogBase::~ObexFtpDialogBase()
153{
154 // no need to delete child widgets, Qt does it all for us
155}
156
diff --git a/noncore/net/opietooth/manager/obexftpdialogbase.h b/noncore/net/opietooth/manager/obexftpdialogbase.h
deleted file mode 100644
index 32a313d..0000000
--- a/noncore/net/opietooth/manager/obexftpdialogbase.h
+++ b/dev/null
@@ -1,64 +0,0 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'obexftpdialogbase.ui'
3**
4** Created: Tue Mar 21 00:28:12 2006
5** by: The User Interface Compiler (uic)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9#ifndef OBEXFTPDIALOGBASE_H
10#define OBEXFTPDIALOGBASE_H
11
12#include <qvariant.h>
13#include <qdialog.h>
14class QVBoxLayout;
15class QHBoxLayout;
16class QGridLayout;
17class QComboBox;
18class QLabel;
19class QListView;
20class QListViewItem;
21class QMultiLineEdit;
22class QProgressBar;
23class QPushButton;
24class QSpinBox;
25class QTabWidget;
26class QWidget;
27
28class ObexFtpDialogBase : public QDialog
29{
30 Q_OBJECT
31
32public:
33 ObexFtpDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
34 ~ObexFtpDialogBase();
35
36 QTabWidget* obexFtpTab;
37 QWidget* files;
38 QListView* fileList;
39 QProgressBar* fileProgress;
40 QPushButton* browseOK;
41 QPushButton* getButton;
42 QPushButton* putButton;
43 QLabel* statusBar;
44 QWidget* localFs;
45 QWidget* options;
46 QLabel* uuidLabel;
47 QComboBox* uuidType;
48 QLabel* connRetries;
49 QSpinBox* nReries;
50 QWidget* browse;
51 QMultiLineEdit* browseLog;
52
53protected:
54 QVBoxLayout* ObexFtpDialogBaseLayout;
55 QVBoxLayout* filesLayout;
56 QGridLayout* Layout13;
57 QHBoxLayout* Layout11;
58 QVBoxLayout* Layout5;
59 QHBoxLayout* Layout3;
60 QHBoxLayout* Layout4;
61 QHBoxLayout* browseLayout;
62};
63
64#endif // OBEXFTPDIALOGBASE_H