On picture, the shape of this icon switcher is linear, i need it in circle form, like vynils or cds in jukebox.
On picture, the shape of this icon switcher is linear, i need it in circle form, like vynils or cds in jukebox.
Qt 5.3 Opensource & Creator 3.1.2
Shall this circle be planar (according to screen's surface) or somehow 3d?
See GrEEn (Graphics Effects Environment)
http://sourceforge.net/project/platf...roup_id=232746
a qt-based plugins oriented MDI image processing application(contains also qt plugins like styles & imageformats).
Regarding to fact, that icons in upper part of circle will be smaller (like they are more distant) than the icons in lower part of circle and the selected icon is the biggest, i think it will look like 3d.
Qt 5.3 Opensource & Creator 3.1.2
So you want icons on sides skewed like they would be rotated?
It can be done without real 3d features with a bit of coordinates computation it can be emulated on transformed() pixmaps.
QSlider is not best base widget i think. I suggest a completely custom widget that inherits QWidget & QButtonGroup, you can add then a number of buttons & your widgets draws them in a 3d-like circle. It's reusable then...
See GrEEn (Graphics Effects Environment)
http://sourceforge.net/project/platf...roup_id=232746
a qt-based plugins oriented MDI image processing application(contains also qt plugins like styles & imageformats).
Hmm, why QButtonGroup? Aha, QButtonGroup is not visual, this is good idea ...
Let me check now ...
Qt 5.3 Opensource & Creator 3.1.2
Bookmarks