~sithlord48/hyne/master

« back to all changes in this revision

Viewing changes to HeaderDialog.h

  • Committer: myst6re
  • Date: 2012-10-07 15:17:32 UTC
  • Revision ID: git-v1:08cd4dd8fb51ecba242eae16b59f2d6480b92e6f
Icon editor: can replace an icon by another from ff8.
BUG: SaveIconData::data always returns data with size=288, but with non-ff8 saves it's not the correct size.


git-svn-id: https://svn.code.sf.net/p/hyne/svn/trunk@28 c84c93af-c3a3-4a1d-84ff-4977ccd10b0c

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        QGroupBox *group2;
53
53
        QPushButton *buttonSave;
54
54
        QPushButton *icon2_saveButton;
55
 
        QLabel *id_lbl, *desc, *bloc, *icon1, *icon2, *icon2_lbl;
 
55
        QComboBox *icon1, *icon2;
 
56
        QLabel *id_lbl, *desc, *bloc, *icon2_lbl;
56
57
        SaveData *saveData;
57
58
        ViewType viewType;
58
59
};