From f2dc2fbeca42a87e1779696477b4caaf89a10614 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 16 May 2006 19:25:25 +0000 Subject: remove generated files --- (limited to 'noncore/net') 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 @@ -/**************************************************************************** -** Form implementation generated from reading ui file 'qsmbbase.ui' -** -** Created: Thu Aug 11 19:30:44 2005 -** by: The User Interface Compiler (uic) -** -** WARNING! All changes made in this file will be lost! -****************************************************************************/ -#include "qsmbbase.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -/* - * Constructs a FormQPESMBBase which is a child of 'parent', with the - * name 'name' and widget flags set to 'f' - */ -FormQPESMBBase::FormQPESMBBase( QWidget* parent, const char* name, WFlags fl ) - : QWidget( parent, name, fl ) -{ - if ( !name ) - setName( "FormQPESMBBase" ); - resize( 254, 352 ); - QFont f( font() ); - setFont( f ); - setCaption( tr( "Opie Smb" ) ); - FormQPESMBBaseLayout = new QGridLayout( this ); - FormQPESMBBaseLayout->setSpacing( 2 ); - FormQPESMBBaseLayout->setMargin( 0 ); - - TabWidget2 = new QTabWidget( this, "TabWidget2" ); - - tab = new QWidget( TabWidget2, "tab" ); - tabLayout = new QGridLayout( tab ); - tabLayout->setSpacing( 0 ); - tabLayout->setMargin( 2 ); - - CBHost = new QComboBox( FALSE, tab, "CBHost" ); - - tabLayout->addMultiCellWidget( CBHost, 1, 1, 0, 3 ); - - mountpt = new QComboBox( FALSE, tab, "mountpt" ); - - tabLayout->addMultiCellWidget( mountpt, 4, 4, 1, 3 ); - - LScan = new QLabel( tab, "LScan" ); - LScan->setText( tr( "" ) ); - - tabLayout->addWidget( LScan, 0, 3 ); - - textLabel1 = new QLabel( tab, "textLabel1" ); - textLabel1->setText( tr( "mount pt:" ) ); - - tabLayout->addWidget( textLabel1, 4, 0 ); - - ListViewScan = new QListView( tab, "ListViewScan" ); - ListViewScan->addColumn( tr( "Shares" ) ); - - tabLayout->addMultiCellWidget( ListViewScan, 2, 2, 0, 3 ); - - BtnScan = new QPushButton( tab, "BtnScan" ); - BtnScan->setText( tr( "&Scan" ) ); - - tabLayout->addMultiCellWidget( BtnScan, 0, 0, 0, 1 ); - - BtnClear = new QPushButton( tab, "BtnClear" ); - BtnClear->setText( tr( "&Clear" ) ); - - tabLayout->addWidget( BtnClear, 0, 2 ); - - onbootBtn = new QCheckBox( tab, "onbootBtn" ); - onbootBtn->setText( tr( "Reconnect on boot" ) ); - - tabLayout->addMultiCellWidget( onbootBtn, 3, 3, 0, 2 ); - - DoItBtn = new QPushButton( tab, "DoItBtn" ); - DoItBtn->setText( tr( "&Login" ) ); - - tabLayout->addMultiCellWidget( DoItBtn, 5, 5, 0, 1 ); - - Layout6 = new QGridLayout; - Layout6->setSpacing( 6 ); - Layout6->setMargin( 0 ); - - Layout2 = new QHBoxLayout; - Layout2->setSpacing( 6 ); - Layout2->setMargin( 0 ); - - pwdlabel = new QLabel( tab, "pwdlabel" ); - pwdlabel->setText( tr( "password" ) ); - Layout2->addWidget( pwdlabel ); - - password = new QLineEdit( tab, "password" ); - Layout2->addWidget( password ); - - Layout6->addLayout( Layout2, 1, 0 ); - - Layout5 = new QHBoxLayout; - Layout5->setSpacing( 6 ); - Layout5->setMargin( 0 ); - - usrlabel = new QLabel( tab, "usrlabel" ); - usrlabel->setText( tr( "username" ) ); - Layout5->addWidget( usrlabel ); - - username = new QLineEdit( tab, "username" ); - Layout5->addWidget( username ); - - Layout6->addLayout( Layout5, 0, 0 ); - - tabLayout->addMultiCellLayout( Layout6, 5, 5, 2, 3 ); - TabWidget2->insertTab( tab, tr( "Scan" ) ); - - tab_2 = new QWidget( TabWidget2, "tab_2" ); - tabLayout_2 = new QGridLayout( tab_2 ); - tabLayout_2->setSpacing( 6 ); - tabLayout_2->setMargin( 11 ); - - TextViewOutput = new QTextView( tab_2, "TextViewOutput" ); - TextViewOutput->setTextFormat( QTextView::PlainText ); - - tabLayout_2->addWidget( TextViewOutput, 0, 0 ); - TabWidget2->insertTab( tab_2, tr( "SMB Output" ) ); - - FormQPESMBBaseLayout->addWidget( TabWidget2, 0, 0 ); -} - -/* - * Destroys the object and frees any allocated resources - */ -FormQPESMBBase::~FormQPESMBBase() -{ - // no need to delete child widgets, Qt does it all for us -} - 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 @@ -/**************************************************************************** -** Form interface generated from reading ui file 'qsmbbase.ui' -** -** Created: Thu Aug 11 19:30:41 2005 -** by: The User Interface Compiler (uic) -** -** WARNING! All changes made in this file will be lost! -****************************************************************************/ -#ifndef FORMQPESMBBASE_H -#define FORMQPESMBBASE_H - -#include -#include -class QVBoxLayout; -class QHBoxLayout; -class QGridLayout; -class QCheckBox; -class QComboBox; -class QLabel; -class QLineEdit; -class QListView; -class QListViewItem; -class QPushButton; -class QTabWidget; -class QTextView; - -class FormQPESMBBase : public QWidget -{ - Q_OBJECT - -public: - FormQPESMBBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); - ~FormQPESMBBase(); - - QTabWidget* TabWidget2; - QWidget* tab; - QComboBox* CBHost; - QComboBox* mountpt; - QLabel* LScan; - QLabel* textLabel1; - QListView* ListViewScan; - QPushButton* BtnScan; - QPushButton* BtnClear; - QCheckBox* onbootBtn; - QPushButton* DoItBtn; - QLabel* pwdlabel; - QLineEdit* password; - QLabel* usrlabel; - QLineEdit* username; - QWidget* tab_2; - QTextView* TextViewOutput; - -protected: - QGridLayout* FormQPESMBBaseLayout; - QGridLayout* tabLayout; - QGridLayout* Layout6; - QHBoxLayout* Layout2; - QHBoxLayout* Layout5; - QGridLayout* tabLayout_2; -}; - -#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 @@ -/**************************************************************************** -** Form implementation generated from reading ui file 'obexftpdialogbase.ui' -** -** Created: Tue Mar 21 00:29:33 2006 -** by: The User Interface Compiler (uic) -** -** WARNING! All changes made in this file will be lost! -****************************************************************************/ -#include "obexftpdialogbase.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -/* - * Constructs a ObexFtpDialogBase which is a child of 'parent', with the - * name 'name' and widget flags set to 'f' - * - * The dialog will by default be modeless, unless you set 'modal' to - * TRUE to construct a modal dialog. - */ -ObexFtpDialogBase::ObexFtpDialogBase( QWidget* parent, const char* name, bool modal, WFlags fl ) - : QDialog( parent, name, modal, fl ) -{ - if ( !name ) - setName( "ObexFtpDialogBase" ); - resize( 267, 312 ); - setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)7, sizePolicy().hasHeightForWidth() ) ); - setCaption( tr( "Browse device" ) ); - ObexFtpDialogBaseLayout = new QVBoxLayout( this ); - ObexFtpDialogBaseLayout->setSpacing( 0 ); - ObexFtpDialogBaseLayout->setMargin( 0 ); - - obexFtpTab = new QTabWidget( this, "obexFtpTab" ); - - files = new QWidget( obexFtpTab, "files" ); - filesLayout = new QVBoxLayout( files ); - filesLayout->setSpacing( 0 ); - filesLayout->setMargin( 0 ); - - Layout13 = new QGridLayout; - Layout13->setSpacing( 6 ); - Layout13->setMargin( 0 ); - - fileList = new QListView( files, "fileList" ); - fileList->addColumn( tr( "Name" ) ); - fileList->addColumn( tr( "Size" ) ); - - Layout13->addWidget( fileList, 0, 0 ); - - fileProgress = new QProgressBar( files, "fileProgress" ); - - Layout13->addWidget( fileProgress, 1, 0 ); - - Layout11 = new QHBoxLayout; - Layout11->setSpacing( 6 ); - Layout11->setMargin( 0 ); - - browseOK = new QPushButton( files, "browseOK" ); - browseOK->setText( tr( "Browse" ) ); - Layout11->addWidget( browseOK ); - - getButton = new QPushButton( files, "getButton" ); - getButton->setText( tr( "Get file" ) ); - Layout11->addWidget( getButton ); - - putButton = new QPushButton( files, "putButton" ); - putButton->setText( tr( "Put file" ) ); - Layout11->addWidget( putButton ); - - Layout13->addLayout( Layout11, 2, 0 ); - - statusBar = new QLabel( files, "statusBar" ); - statusBar->setText( tr( "" ) ); - - Layout13->addWidget( statusBar, 3, 0 ); - filesLayout->addLayout( Layout13 ); - obexFtpTab->insertTab( files, tr( "Device" ) ); - - localFs = new QWidget( obexFtpTab, "localFs" ); - obexFtpTab->insertTab( localFs, tr( "Local" ) ); - - options = new QWidget( obexFtpTab, "options" ); - - QWidget* privateLayoutWidget = new QWidget( options, "Layout5" ); - privateLayoutWidget->setGeometry( QRect( 45, 5, 162, 63 ) ); - Layout5 = new QVBoxLayout( privateLayoutWidget ); - Layout5->setSpacing( 6 ); - Layout5->setMargin( 0 ); - - Layout3 = new QHBoxLayout; - Layout3->setSpacing( 6 ); - Layout3->setMargin( 0 ); - - uuidLabel = new QLabel( privateLayoutWidget, "uuidLabel" ); - uuidLabel->setText( tr( "uuid type" ) ); - Layout3->addWidget( uuidLabel ); - - uuidType = new QComboBox( FALSE, privateLayoutWidget, "uuidType" ); - uuidType->insertItem( tr( "FBS" ) ); - uuidType->insertItem( tr( "S45" ) ); - Layout3->addWidget( uuidType ); - Layout5->addLayout( Layout3 ); - - Layout4 = new QHBoxLayout; - Layout4->setSpacing( 6 ); - Layout4->setMargin( 0 ); - - connRetries = new QLabel( privateLayoutWidget, "connRetries" ); - connRetries->setText( tr( "Retry to connect" ) ); - Layout4->addWidget( connRetries ); - - nReries = new QSpinBox( privateLayoutWidget, "nReries" ); - nReries->setButtonSymbols( QSpinBox::PlusMinus ); - Layout4->addWidget( nReries ); - Layout5->addLayout( Layout4 ); - obexFtpTab->insertTab( options, tr( "Options" ) ); - - browse = new QWidget( obexFtpTab, "browse" ); - browseLayout = new QHBoxLayout( browse ); - browseLayout->setSpacing( 0 ); - browseLayout->setMargin( 0 ); - - browseLog = new QMultiLineEdit( browse, "browseLog" ); - browseLayout->addWidget( browseLog ); - obexFtpTab->insertTab( browse, tr( "Log" ) ); - ObexFtpDialogBaseLayout->addWidget( obexFtpTab ); - - // tab order - setTabOrder( obexFtpTab, fileList ); - setTabOrder( fileList, browseOK ); - setTabOrder( browseOK, getButton ); - setTabOrder( getButton, putButton ); - setTabOrder( putButton, uuidType ); - setTabOrder( uuidType, browseLog ); -} - -/* - * Destroys the object and frees any allocated resources - */ -ObexFtpDialogBase::~ObexFtpDialogBase() -{ - // no need to delete child widgets, Qt does it all for us -} - 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 @@ -/**************************************************************************** -** Form interface generated from reading ui file 'obexftpdialogbase.ui' -** -** Created: Tue Mar 21 00:28:12 2006 -** by: The User Interface Compiler (uic) -** -** WARNING! All changes made in this file will be lost! -****************************************************************************/ -#ifndef OBEXFTPDIALOGBASE_H -#define OBEXFTPDIALOGBASE_H - -#include -#include -class QVBoxLayout; -class QHBoxLayout; -class QGridLayout; -class QComboBox; -class QLabel; -class QListView; -class QListViewItem; -class QMultiLineEdit; -class QProgressBar; -class QPushButton; -class QSpinBox; -class QTabWidget; -class QWidget; - -class ObexFtpDialogBase : public QDialog -{ - Q_OBJECT - -public: - ObexFtpDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); - ~ObexFtpDialogBase(); - - QTabWidget* obexFtpTab; - QWidget* files; - QListView* fileList; - QProgressBar* fileProgress; - QPushButton* browseOK; - QPushButton* getButton; - QPushButton* putButton; - QLabel* statusBar; - QWidget* localFs; - QWidget* options; - QLabel* uuidLabel; - QComboBox* uuidType; - QLabel* connRetries; - QSpinBox* nReries; - QWidget* browse; - QMultiLineEdit* browseLog; - -protected: - QVBoxLayout* ObexFtpDialogBaseLayout; - QVBoxLayout* filesLayout; - QGridLayout* Layout13; - QHBoxLayout* Layout11; - QVBoxLayout* Layout5; - QHBoxLayout* Layout3; - QHBoxLayout* Layout4; - QHBoxLayout* browseLayout; -}; - -#endif // OBEXFTPDIALOGBASE_H -- cgit v0.9.0.2