fixed MUSR-105, i.e. better handling of font changes, and adding the possibility to define default font and font size in musrgui_startup.xml

This commit is contained in:
nemu
2010-01-05 09:31:05 +00:00
parent 852eea9015
commit 5c05a34282
5 changed files with 67 additions and 13 deletions

View File

@@ -117,6 +117,7 @@ private slots:
void replaceAndClose();
void replaceAll();
void applyFontSettings(QWidget*);
void checkIfModified(QWidget*);
private:
@@ -134,6 +135,7 @@ private:
QComboBox *fComboFont;
QComboBox *fComboSize;
bool fFontChanging; ///< flag needed to prevent some textChanged feature to occure when only the font changed
QTabWidget *fTabWidget;
QMap<PSubTextEdit*, QString> fFilenames;