podcatcher_qt/src/podcatcherwin.cpp
branchpodcatcher_qt_symbian4
changeset 235 f0b8582ef9ac
parent 216 1f5e22508b46
equal deleted inserted replaced
234:05075131dd6a 235:f0b8582ef9ac
     1 #include "podcatcherwin.h"
     1 #include "podcatcherwin.h"
     2 #include "ui_podcatcherwin.h"
     2 #include "ui/ui_podcatcherwin.h"
       
     3 #include <QModelIndex>
     3 
     4 
     4 PodcatcherWin::PodcatcherWin(QWidget *parent) :
     5 PodcatcherWin::PodcatcherWin(QWidget *parent) :
     5     QMainWindow(parent),
     6     QMainWindow(parent),
     6     ui(new Ui::PodcatcherWin)
     7     ui(new Ui::PodcatcherWin)
     7 {
     8 {
     8     ui->setupUi(this);
     9     ui->setupUi(this); 
     9 }
    10 }
    10 
    11 
    11 PodcatcherWin::~PodcatcherWin()
    12 PodcatcherWin::~PodcatcherWin()
    12 {
    13 {
    13     delete ui;
    14     delete ui;
    14 }
    15 }
       
    16 
       
    17 void PodcatcherWin::on_listView_customContextMenuRequested(QPoint pos)
       
    18 {
       
    19 
       
    20 }
       
    21 
       
    22 void PodcatcherWin::on_listView_clicked(QModelIndex index)
       
    23 {
       
    24 
       
    25 }
       
    26 
       
    27 
       
    28 void PodcatcherWin::on_Add_clicked()
       
    29 {
       
    30 
       
    31 }
       
    32 
       
    33 void PodcatcherWin::on_Update_clicked()
       
    34 {
       
    35 
       
    36 }
       
    37 
       
    38 void PodcatcherWin::on_Settings_clicked()
       
    39 {
       
    40 
       
    41 }