Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F3996372
ManageDlg.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jul 8, 10:41 AM
Size
345 B
Mime Type
text/x-c++
Expires
Fri, Jul 10, 10:41 AM (1 d, 11 h)
Engine
blob
Format
Raw Data
Handle
271561
Attached To
rXR Xreate
ManageDlg.h
View Options
#ifndef __MANAGE_DLG_H__
#define __MANAGE_DLG_H__
#include "ui_ManageDlg.h"
class JuffPlugin;
class ManageDlg : public QDialog {
Q_OBJECT
public:
ManageDlg(QWidget*, JuffPlugin*);
private slots:
void deleteItem();
void close();
private:
Ui::ManageDlg ui;
QStringList favorites_;
JuffPlugin* plugin_;
};
#endif /* __MANAGE_DLG_H__ */
Event Timeline
Log In to Comment