podcatcher_qt/inc/podcatcherwin.h
branchpodcatcher_qt_symbian4
changeset 235 f0b8582ef9ac
parent 216 1f5e22508b46
child 238 ee20bf01bc84
equal deleted inserted replaced
234:05075131dd6a 235:f0b8582ef9ac
     1 #ifndef PODCATCHERWIN_H
     1 #ifndef PODCATCHERWIN_H
     2 #define PODCATCHERWIN_H
     2 #define PODCATCHERWIN_H
     3 
     3 
     4 #include <QMainWindow>
     4 #include <QMainWindow>
     5 
     5 #include <QModelIndex>
     6 namespace Ui {
     6 namespace Ui {
     7     class PodcatcherWin;
     7     class PodcatcherWin;
     8 }
     8 }
     9 
     9 
    10 class PodcatcherWin : public QMainWindow
    10 class PodcatcherWin : public QMainWindow
    15     explicit PodcatcherWin(QWidget *parent = 0);
    15     explicit PodcatcherWin(QWidget *parent = 0);
    16     ~PodcatcherWin();
    16     ~PodcatcherWin();
    17 
    17 
    18 private:
    18 private:
    19     Ui::PodcatcherWin *ui;
    19     Ui::PodcatcherWin *ui;
       
    20 
       
    21 private slots:
       
    22     void on_Settings_clicked();
       
    23     void on_Update_clicked();
       
    24     void on_Add_clicked();
       
    25     void on_Add_clicked(bool checked);
       
    26     void on_listView_clicked(QModelIndex index);
       
    27     void on_listView_customContextMenuRequested(QPoint pos);
    20 };
    28 };
    21 
    29 
    22 #endif // PODCATCHERWIN_H
    30 #endif // PODCATCHERWIN_H