You are not logged in.

Lemming

Beginner

  • "Lemming" is male
  • "Lemming" started this thread

Posts: 5

Location: Minsk, Belarus

Occupation: Software Developer

  • Send private message

1

Saturday, September 10th 2005, 11:18am

Newbie: .NET PropertyGrid Analogue in Qt

Is there any class with the functionality similar to the .NET PropertyGrid class in Qt GUI framework? If not, I would appreciate any suggestions on how to create advanced property editor using Qt.
...one thought bringing it down...

dimitri

Professional

  • "dimitri" is male

Posts: 1,311

Occupation: Engineer

  • Send private message

2

Saturday, September 10th 2005, 1:15pm

RE: Newbie: .NET PropertyGrid Analogue in Qt

Do you have a screenshot of a PropertyGrid so that we can see what it looks like?

Lemming

Beginner

  • "Lemming" is male
  • "Lemming" started this thread

Posts: 5

Location: Minsk, Belarus

Occupation: Software Developer

  • Send private message

3

Saturday, September 10th 2005, 7:20pm

Here is the screenshot...

By the way, the control with the similar functionality is used in Qt Designer for properties editing. Is there any way to use this control in my application?
Lemming has attached the following file:
  • PropertyGrid.gif (9.46 kB - 90 times downloaded - latest: Jun 8th 2012, 9:16pm)
...one thought bringing it down...

This post has been edited 1 times, last edit by "Lemming" (Sep 10th 2005, 10:32pm)


dimitri

Professional

  • "dimitri" is male

Posts: 1,311

Occupation: Engineer

  • Send private message

4

Sunday, September 11th 2005, 12:18pm

You have the source code of Qt Designer. Use it, provided you'll distribute your program under a license that's compatible with the license of Qt Designer.