I try to send data over the network, but the server I\'ve programmed doesen\'t get the data. This code worked befor:
I have a little problem with export data to csv (comma-separated values). All data was exported, but headers and name of rows from QTableWidget don\'t. I need headers of columns and rows.
I create and show a QWebView with soft key options at the bottom.When I click \"Options\", a menu shows up, but it\'s tiny, black, and in the upper left hand corner (it should look like the standard
I\'m sorry if my question is somewhat vague. It\'s been a few years since I did anything with Qt, and back then I never did any fancy image stuff. What I\'m asking for below is just some general sugge
I am missing a list of transitions in QState API. :-( It is possible to get start-state and target-state from QAbstractTransition, I wonder, why is there no possibility for obtaining the list of tran
I create a set of buttons using the function below with text, buttonName, that can change in width.The icon that appears when I click one of the buttons then justfies itself based on the width of the
I was able to add a new tab using qtabwidget->addTab ( newtab, title ); But is it possible to focus o开发者_开发百科n this
I\'m using a custom subclass QFileSystemModel in a treeview to allow users to select folders using checkboxes. My problem is that Mapped network drives are listed as hard drives, but I cannot operate
Im trying to get FTP-SSL to work with Qt 4.6.3. I\'ve already compiled Qt with OpenSSL support. Are there any good resources about FTPS with Qt? It seems that QFtp does not provide SSL support. I real
i am new to QT and was trying to create a custom signal that would tell me a removable disk has been inserted.