Clean up mcmod panel massively. Keep it simple - name (optionally linked), optional authors and description. Needs cut-off handling, frame looking at on Windows
This commit is contained in:
@@ -31,11 +31,8 @@ public:
|
||||
explicit MCModInfoFrame(QWidget *parent = 0);
|
||||
~MCModInfoFrame();
|
||||
|
||||
void setName(QString name);
|
||||
void setDescription(QString description);
|
||||
void setAuthors(QString authors);
|
||||
void setCredits(QString credits);
|
||||
void setWebsite(QString website);
|
||||
void setModText(QString text);
|
||||
void setModDescription(QString text);
|
||||
|
||||
void updateWithMod(Mod &m);
|
||||
void clear();
|
||||
|
Reference in New Issue
Block a user