MagicSmoke
$VERSION$
|
An editor for ticket templates. More...
#include <ticketedit.h>
Public Slots | |
void | loadFile (QString) |
loads a template file, this is a helper for openFile and download More... | |
void | openFile () |
shows a file open dialog and then opens the selected file More... | |
void | saveFile () |
saves the file - if it is local, otherwise calls saveFileAs More... | |
void | saveFile (QString) |
helper for saveFile and upload More... | |
void | saveFileAs () |
asks for a new file name More... | |
Public Member Functions | |
MTicketEditor (QWidget *parent=0, Qt::WindowFlags f=0) | |
instantiates the editor More... | |
Friends | |
class | MTELabelDelegate |
An editor for ticket templates.
MTicketEditor::MTicketEditor | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | f = 0 |
||
) |
instantiates the editor
References MTELabelDelegate, openFile(), saveFile(), and saveFileAs().
|
slot |
loads a template file, this is a helper for openFile and download
Referenced by openFile().
|
slot |
shows a file open dialog and then opens the selected file
References currentDir(), loadFile(), and setCurrentDir().
Referenced by MTicketEditor().
|
slot |
saves the file - if it is local, otherwise calls saveFileAs
References saveFileAs().
Referenced by MTicketEditor(), and saveFileAs().
|
slot |
helper for saveFile and upload
|
slot |
asks for a new file name
References saveFile(), and setCurrentDir().
Referenced by MTicketEditor(), and saveFile().
|
friend |
Referenced by MTicketEditor().