#include <QPushButton>
#include <QString>
#include <QListWidget>
Go to the source code of this file.
Namespaces | |
namespace | benchmark_tool |
Functions | |
void | benchmark_tool::selectFirstItemInList (QListWidget *list) |
void | benchmark_tool::selectLastItemInList (QListWidget *list) |
void | benchmark_tool::setButtonState (QPushButton *button, bool checked, const QString &text, const QString &style) |
void | benchmark_tool::showCriticalMessage (QWidget *parent, const QString &title, const QString &text) |