hi please is it possible using Qt to create a custom status bar like in google chrome, please help!
Printable View
hi please is it possible using Qt to create a custom status bar like in google chrome, please help!
Status bar or title bar?
the status bar, theirs is different from the default QMainpage status bar, event IE9and Firefox have that similar status, maybe actually status bar is not the right name for that but it appears at the bottom of the page, and display some informations on the current loading, i like it because it is just like a floating QLabel.
yes i tried that, i can display the message i want in that QLabel, but it is displayed in a new window. my problem is making it to be floating, in my main window, not to be displayed in a separate window...
You didn't make the label a child of main window, that's why it is a top-level window now.
yeahhhhhh, thanks alot, i hav it, thank you!!!