latest commits from gta5sync, change version to 1.2
This commit is contained in:
parent
61fc551b67
commit
3928a2eecd
17 changed files with 305 additions and 162 deletions
|
|
@ -65,6 +65,7 @@ private slots:
|
|||
void exportCustomContextMenuRequestedPrivate(const QPoint &pos, bool fullscreen);
|
||||
void nextPictureRequestedSlot();
|
||||
void previousPictureRequestedSlot();
|
||||
void renderPicture();
|
||||
|
||||
signals:
|
||||
void nextPictureRequested();
|
||||
|
|
@ -85,6 +86,8 @@ private:
|
|||
QWidget *fullscreenWidget;
|
||||
QAction *jpegExportAction;
|
||||
QAction *pgtaExportAction;
|
||||
QImage avatarPreviewImage;
|
||||
QImage avatarAreaPicture;
|
||||
QImage snapmaticPicture;
|
||||
QString jsonDrawString;
|
||||
QString windowTitleStr;
|
||||
|
|
@ -100,8 +103,12 @@ private:
|
|||
QString locZ;
|
||||
bool rqfullscreen;
|
||||
bool navienabled;
|
||||
bool previewmode;
|
||||
bool indexed;
|
||||
int index;
|
||||
int avatarLocX;
|
||||
int avatarLocY;
|
||||
int avatarSize;
|
||||
QMenu *exportMenu;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue