QTfrontend/ui/widget/themeprompt.h
branchios-develop
changeset 13418 ba39a1d396c0
parent 13288 f816b9e73fcb
equal deleted inserted replaced
13416:6e8b807bda4b 13418:ba39a1d396c0
    52         ThemeListView * list;
    52         ThemeListView * list;
    53         QSortFilterProxyModel * filterModel;
    53         QSortFilterProxyModel * filterModel;
    54 
    54 
    55     private slots:
    55     private slots:
    56         void onAccepted();
    56         void onAccepted();
       
    57         void onRejected();
    57         void themeChosen(const QModelIndex & index);
    58         void themeChosen(const QModelIndex & index);
    58         void filterChanged(const QString & text);
    59         void filterChanged(const QString & text);
    59         void moveUp();
    60         void moveUp();
    60         void moveDown();
    61         void moveDown();
    61         void moveLeft();
    62         void moveLeft();