After reading this article http://lukast.mediablog.sk/log/?p=155 I decided to use mingw on linux to compile windows applications. This means I can compile, test, debug and release directly from Linux.
I\'m styling a QLineEdit to have rounded borders for use as a search box. The rounding of the borders themselves were easy, but I can\'t figure out for the life of me how to round the highlighted port
I have two examples I have a question about. Let me explain via some code: Question1: QStringList qsl(); // Create a list and store something in it
i want to put a newline into a txt file, i tried with many alternative with so many help from this forum b开发者_如何学运维ut i am getting always unknown character always. Please help
Here\'s the thing: In my Qt4.6-Project, I use a SQLite-Database. This database shouldn\'t be unencrypted on my harddrive. So I want, that on every start of my program, the user gets asked to enter a p
I want to open Directory and file using the same function. Is it possible to do the same in QT. I used
Can I use Qt stylesheets with a derived开发者_运维技巧 widget?I\'d like to be able to define some custom properties on the widget (like various colors) and be able to define their value in a styleshee
I have created an MDI application (using Qt 4.6) in Qt Creator and added QMdiArea to it. Now if I create new child windows, they created inside the mdiArea. That\'s completely fine. However, the mdiAr
How to make QTextEdit to be resized in a QWidget while the QWidget is being resized? Should I o开发者_Python百科verload resizeEvent function for the QWidget?You should use layouts too achive this. Th
In QMainWindow I have 2 QSplitters. In that splitters I have QTextEdit, QLineEdits, QTableWinget, Ragio buttons and so on... I want to know if somthing has been chaged after pressing File->New menu bu