qt3
Missing rules XML file for qt's 'uic3 -convert'
I\'m trying to run uic3 -convert to convert some开发者_如何转开发 QT3 .ui files to QT4. When I run it, uic3 reports that it\'s unable to find the rules file (q3porting.xml).[详细]
2023-01-22 23:24 分类:问答Adding custom widgets to QMenuBar
Qt3 used to provide QMenuBar::insertItem with QWidget* parameter. This way any custom widget could be added to menu bar - for example a cloc开发者_开发技巧k-widget.[详细]
2023-01-19 12:36 分类:问答Why have QString in struct sometimes a bad-ptr?
I\'ve got an complicated error. The software send PrintParamters to a Printer a couple of times. At a certain moment all QStrings of the Parameter Struct are broken (bad ptr)[详细]
2022-12-17 20:48 分类:问答Qt, how to set text edit scroll bar to the bottom? C++
I have the text edit box as a chat window, but I was wondering if there was a way to set the scroll bar to be at the bottom to show the most updated message.[详细]
2022-12-13 06:32 分类:问答