Expert friends, you're welcome...
-
!http://d1211.hizliresim.com/13/w/gcvq3.jpg(professional gui design)!
How can I do this professionally? No QtQuick. Yes Widget.
Would you like to? One of our experts do that please.
thanks for the help. I hope that will be useful to anyone.
-
Why don't you try it yourself?
I would like to know, why you don't try it yourself and we should do it for you..You did already some research: which element you could use for the components in the window..
-
only a guide on how to work faster and as a professional should be monitored?
do not sample too much about it.
only a few...
http://qt.developpez.com/tutoriels/braindeadbzh/customwindow/
http://qt-project.org/faq/answer/how_can_i_handle_events_in_the_titlebar_and_change_its_color_etc... but they are not enough.
-
You just have to dig into "Qt documentation and examples":http://qt-project.org/doc/qt-4.8/. It is shouldn't be difficult. Just have to set appropriate widgets such as "QPushButton":http://qt-project.org/doc/qt-4.8/QPushButton.html, "QLabel":http://qt-project.org/doc/qt-4.8/qlabel.html and so on inside a "layout":http://qt-project.org/doc/qt-4.8/QLayout.html.
-
-
Well, it looks more of a QWidget + QStyleSheet for me. Try the QStyleSheet examples/demo on your Qt package.
-
[quote author="_compiler" date="1354181259"]you do not understand, I know how to do this.
It is important to make the best.
at the same time, We can not do with the titlebar QStyleSheet.
[/quote]I understand what you are looking for. I know that the title bar isn't a part of your Qt application and you cannot customize it with QSyleSheet. It is generated by the window manager.
But you can disable the window decoration and create your own title bar. There are applications that has customized title bar like google chrome, etc. That way you can do what you want, you can add "style" to it, create "events", etc.
PS. Honestly, this forum wasn't made to "code" for other people but to help in different problems about your coding. We cannot show you the right codes unless you are "really" working for it and showing as non-working fragments of it. Thanks
-
Are you still going to post the example?