[kmobiletools] KDE/kdepim/kmobiletools/kmobiletools/engines
Marco Gulino
marco at kmobiletools.org
Sat Jun 2 00:24:00 CEST 2007
SVN commit 670536 by gulino:
Adding new child classes for the wizard in the AT engine.
M +2 -0 at_engine/CMakeLists.txt
M +4 -0 at_engine/at_engine.cpp
A at_engine/wizard/at_devicesfoundpage.cpp [License: GPL (v2+)]
A at_engine/wizard/at_devicesfoundpage.h [License: GPL (v2+)]
A at_engine/wizard/at_scanprogresspage.cpp [License: GPL (v2+)]
A at_engine/wizard/at_scanprogresspage.h [License: GPL (v2+)]
M +1 -0 libkmobiletoolsengineui/scanprogressPage.cpp
--- trunk/KDE/kdepim/kmobiletools/kmobiletools/engines/at_engine/CMakeLists.txt #670535:670536
@@ -14,6 +14,8 @@
wizard/bluetooth.cpp
wizard/serial.cpp
wizard/userconnection.cpp
+ wizard/at_scanprogresspage.cpp
+ wizard/at_devicesfoundpage.cpp
)
kde4_automoc(${kmobiletools_at_LIB_SRCS})
--- trunk/KDE/kdepim/kmobiletools/kmobiletools/engines/at_engine/at_engine.cpp #670535:670536
@@ -29,6 +29,8 @@
#include <QLabel>
#include <ksharedconfig.h>
#include "wizard/at_connectionspage.h"
+#include "wizard/at_devicesfoundpage.h"
+#include "wizard/at_scanprogresspage.h"
#include "cfgwidgets/engineconfig.h"
#include <libkmobiletools/picksmscenter.h>
@@ -628,6 +630,8 @@
{
QList<QWizardPage*> retval;
retval+=new AT_ConnectionsPage(parentWidget);
+ retval+=new AT_ScanProgressPage(parentWidget);
+ retval+=new AT_DevicesFoundPage(parentWidget);
return retval;
}
--- trunk/KDE/kdepim/kmobiletools/kmobiletools/engines/libkmobiletoolsengineui/scanprogressPage.cpp #670535:670536
@@ -35,6 +35,7 @@
{
d->wizPage=new Ui::scanProgressPage;
d->wizPage->setupUi(this);
+ setProgress(0);
}
QString ScanProgressPage::statusString() const {
More information about the kmobiletools
mailing list