QTfrontend/ui/widget/themeprompt.h
changeset 13283 f816b9e73fcb
parent 11046 47a8c19ecb60
equal deleted inserted replaced
13282:b13071610c07 13283:f816b9e73fcb
    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();