backup
authorlampehe-local <henri.lampela@ixonos.com>
Thu, 22 Jul 2010 07:41:32 +0000 (10:41 +0300)
committerlampehe-local <henri.lampela@ixonos.com>
Thu, 22 Jul 2010 07:41:32 +0000 (10:41 +0300)
src/src.pro
src/ui/mainwindow.cpp

index 599d831..c7797b0 100644 (file)
@@ -63,7 +63,8 @@ SOURCES += main.cpp \
     ui/listview.cpp \
     ui/listitem.cpp \
     ui/listitemdelegate.cpp \
-    ui/friendlistitemdelegate.cpp
+    ui/friendlistitemdelegate.cpp \
+    ui/searchitem.cpp
 HEADERS += application.h \
     common.h \
     engine/engine.h \
@@ -127,7 +128,8 @@ HEADERS += application.h \
     ui/listitem.h \
     ui/listitemdelegate.h \
     ui/friendlistitemdelegate.h \
-    ui/listcommon.h
+    ui/listcommon.h \
+    ui/searchitem.h
 QT += network \
     webkit
 
index b197454..717d9ca 100644 (file)
@@ -95,6 +95,14 @@ MainWindow::MainWindow(QWidget *parent)
     m_mapScale->stackUnder(m_ownLocationCrosshair);
     m_mapView->stackUnder(m_mapScale);
 
+    // ->
+    QLineEdit *ledit = new QLineEdit(this);
+    ledit->stackUnder(m_osmLicense);
+    ledit->move(50, (DEFAULT_SCREEN_HEIGHT - 130) );
+    ledit->setFixedSize((DEFAULT_SCREEN_WIDTH - 50), 70);
+    ledit->show();
+    // <-
+
     grabZoomKeys(true);
 
     // Set default screen size