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:
Sky
2013-10-09 02:26:03 +01:00
parent 6bc9df84d9
commit 14b47057fd
5 changed files with 89 additions and 247 deletions

View File

@@ -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();