summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/obexftpdialogbase.h
authorkorovkin <korovkin>2006-03-20 21:44:55 (UTC)
committer korovkin <korovkin>2006-03-20 21:44:55 (UTC)
commit74546adb68bd3f17a75003671407c4a4e6b09e73 (patch) (side-by-side diff)
tree489034b13c803dca3e0e7e487e9465189a988c77 /noncore/net/opietooth/manager/obexftpdialogbase.h
parent14fc21051eb3ff92527fd9ddeaf117009bd74af2 (diff)
downloadopie-74546adb68bd3f17a75003671407c4a4e6b09e73.zip
opie-74546adb68bd3f17a75003671407c4a4e6b09e73.tar.gz
opie-74546adb68bd3f17a75003671407c4a4e6b09e73.tar.bz2
Added file sending.
Diffstat (limited to 'noncore/net/opietooth/manager/obexftpdialogbase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/obexftpdialogbase.h18
1 files changed, 11 insertions, 7 deletions
diff --git a/noncore/net/opietooth/manager/obexftpdialogbase.h b/noncore/net/opietooth/manager/obexftpdialogbase.h
index 3a4937a..32a313d 100644
--- a/noncore/net/opietooth/manager/obexftpdialogbase.h
+++ b/noncore/net/opietooth/manager/obexftpdialogbase.h
@@ -1,7 +1,7 @@
/****************************************************************************
** Form interface generated from reading ui file 'obexftpdialogbase.ui'
**
-** Created: Sun Mar 19 16:46:33 2006
+** Created: Tue Mar 21 00:28:12 2006
** by: The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
@@ -16,12 +16,12 @@ class QHBoxLayout;
class QGridLayout;
class QComboBox;
class QLabel;
-class QLineEdit;
class QListView;
class QListViewItem;
class QMultiLineEdit;
class QProgressBar;
class QPushButton;
+class QSpinBox;
class QTabWidget;
class QWidget;
@@ -37,23 +37,27 @@ public:
QWidget* files;
QListView* fileList;
QProgressBar* fileProgress;
- QPushButton* getButton;
QPushButton* browseOK;
+ QPushButton* getButton;
+ QPushButton* putButton;
QLabel* statusBar;
QWidget* localFs;
QWidget* options;
- QLabel* connRetries;
- QLineEdit* nReries;
QLabel* uuidLabel;
QComboBox* uuidType;
+ QLabel* connRetries;
+ QSpinBox* nReries;
QWidget* browse;
QMultiLineEdit* browseLog;
protected:
QVBoxLayout* ObexFtpDialogBaseLayout;
QVBoxLayout* filesLayout;
- QVBoxLayout* Layout9;
- QHBoxLayout* buttons;
+ QGridLayout* Layout13;
+ QHBoxLayout* Layout11;
+ QVBoxLayout* Layout5;
+ QHBoxLayout* Layout3;
+ QHBoxLayout* Layout4;
QHBoxLayout* browseLayout;
};