Can Qt creator customize a listview or scrollview?
-
Hello,
I am a QT beginner. Recently,I have to design a GUI application on ubuntu.
1 Does someone know how to design the UI as bellow using Qt Creator? How to do it or use what widget can do it?
Is there any sample code for this kind of UI
2 Can Qt combine listview and scrollview to finish it?Thanks in advance.
!http://img42.com/4iPmO+(http://img42.com/4iPmO+)! -
Hi and welcome to devnet,
Can you explain a bit more what this widget represents ?
-
Qt Creator is an IDE, you might be thinking about Designer, however such a specialized widget will need some custom code.
-
Are you thinking about QScollView + QListView ?
-