Artifact 32e5d344a7f4d27e3ee83006022df007c90470ef:
- File Utils.h — part of check-in [837bdcc1c7] at 2012-05-03 08:23:02 on branch trunk — Made FileView columns resizable and movable Shift-Right Clicking in Windows invokes the explorer context menu (user: kostas size: 385)
#ifndef UTILS_H #define UTILS_H #include <QString> #include <QMessageBox> QMessageBox::StandardButton DialogQuery(QWidget *parent, const QString &title, const QString &query, QMessageBox::StandardButtons buttons = QMessageBox::Yes|QMessageBox::No); #ifdef Q_WS_WIN bool ShowExplorerMenu(HWND hwnd, const QString &path, const QPoint &qpoint); #endif #endif // UTILS_H