Menu

[c54480]: / lockedfiledialog.h  Maximize  Restore  History

Download this file

26 lines (18 with data), 450 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef LOCKEDFILEDIALOG_H
#define LOCKEDFILEDIALOG_H
#include "ui_lockedfiledialog.h"
class LockedFileDialog : public QDialog
{
Q_OBJECT
public:
enum Result {OpenReadonly, DeleteLockfile};
LockedFileDialog(QWidget* parent = 0);
Result execDialog();
public slots:
virtual void setText( const QString & s );
virtual void setCaption( const QString & s );
private:
void init();
Ui::LockedFileDialog ui;
};
#endif
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.