-1

I need to make list of all fonts which are installed on system. Then user can select up to 4 fonts, but my idea was to input those fonts in list as checkboxes. Can you help me with this, or maybe someone has better and easier idea for this.

Alen
  • 1,750
  • 7
  • 31
  • 62
  • Show what you have done, what went wrong and we can help you. – Ian Medeiros May 17 '13 at 22:12
  • @IanMedeiros Well, I haven't done anything, I need idea and maybe pseudocode. I have big application, and I only need this part to finish it, but I'm out of ideas. – Alen May 18 '13 at 07:48
  • I don't know how to load all system fonts into QListView or QListWidget – Alen May 18 '13 at 08:12

1 Answers1

0

You have asked two completely different questions in one, the first: "QListView or QListWidget and represent them as checkboxes" has been asked and answered many times on this site - please use the search function. Here's one.

The second: "I need to make list of all fonts which are installed on system.", use QFontDatabase (docs) for that.

Community
  • 1
  • 1
cmannett85
  • 21,725
  • 8
  • 76
  • 119