Yes! You are thinking right. But I am not understanding it is provided in QFontComboBox using with; but not in QFontDialog.Qt Code:
To copy to clipboard, switch view to plain text mode
Yes! You are thinking right. But I am not understanding it is provided in QFontComboBox using with; but not in QFontDialog.Qt Code:
To copy to clipboard, switch view to plain text mode
Anurag Shukla
A man who never makes mistake is the man who never does anything! Theodre Rosvelt!
It only filter the Font Families; but does not change the required language. However still it is a problem of setting the writingSystem of QFontDialogBox.void setWritingSystem ( QFontDatabase::WritingSystem script )
This property holds the writing system that serves as a filter for the combobox.
If script is QFontDatabase::Any (the default), all fonts are listed.
Please view the experts the problem & suggest;
But how a way I am swiching languages according to writingSystem & font families.
Last edited by jpn; 23rd January 2008 at 10:18. Reason: changed [code] to [quote]
Anurag Shukla
A man who never makes mistake is the man who never does anything! Theodre Rosvelt!
Bookmarks