Qt5.1 beta1, do not fix accents bug?
Hi All! According https://bugreports.qt-project.org/browse/QTBUG-28183 about (accents) Dead keys have fixed in this Qt version. I have tested in my Archlinux and not is posible write accents. In qt...
View ArticleWINCE程序遇到莫名其妙的问题,执行没反应~
请教大家。 我现在用标准的windows mobile配置编译出来的库的例子在有的wince设备运行正常。但在有的wince设备运行时会出现没任何响应。然后经过我尝试发现。只要程序里面不包含GUI相关的东西就可以运行。包含了就运行不了。求教!~ 代码如下: 这个能执行: int WINAPI WinMain(HINSTANCE hInstance, ...
View ArticleWhy WinCE app can not running in some device.
when i build a wince sample “mainwindow”.it working on some wince device but not all of them.it’s not running on some device. I try to find problem. found that: when this code,it’s working: int WINAPI...
View Article"no such file or directory ",how to do?
use QT5.0.2,open QT4 or QT5 project .show” QDialog: no such file or directory “.please help me 使用qt5.0.2打开其他qt4或者qt5的项目时候,提示” QDialog: no such file or directory “.请帮助下我吧.
View ArticleHow can I find the version of Qt source?
How can I find the version of a Qt source? I have been looking all over the source files but I couldn’t find it? Where should I look for it?
View Articleprevent QGraphicsProxyWidget from sending (mouse) events to parent QGraphicsView
I have added a QTextEdit as an item to a QGraphicsScene through a QGraphicsProxyWidget. But whenever I use the mouse (to for example select part of the text), those mouse events are also received in...
View ArticleExe file reated without name and extension
When i build my project the .exe file is created without name and extension, so i naturally receive the message “Failed to start program. Path or permissions wrong?”. If i run the executable file...
View ArticleWriting QTableWidget data in a XML file?
Hi. I need to save this table: in a XML file, which will look like this: <?xml version="1.0" encoding="UTF-8"?> <UIS_CONFIG>...
View ArticleUDP Socket with Acknowlegment
Hi everybody, my problem is with UDP Socket , I have two methods broadcastDatagram(send message to server) and ProcessPendingDatagram (receive message from server) the problem is that the server must...
View ArticleHow to perform tasks sequentially?
Hello everyone, I am writing a program that download a database from another computer, and display it in a corresponding QML view. But when I try to do so with the code below : ...
View ArticleQMdiArea problem
Hey, i have created a widget that generates a custom grid. I wan to have a window that when i click “New Grid” a new grid must be opend. I want to have the ability to open multiple grid. So as i...
View ArticleLoading a file larger than 5.242.880 bytes insert newline in QPlainTextEdit
Below is a scheme I use to load a large file. But when the file exceeds 5,242,880 bytes, an extra new line is inserted. So character 5.242.881 is inserted on the next line. I’ve created a text file...
View ArticleQtWebkit Html5 Video tag - mediaplayer
Hello. I am a newbie. Can someone please tell me how do I override the mediaplayer used in qtwebkit, or if I can specify the environment variable of which mediaplayer is to be called (.so file) so that...
View ArticleAlign text in right
Hi, I am trying align money values to right. I am writing in a txt, that’s possible? I try use QLocale, but dont work.
View ArticleTesting some board functionality.. (ignore it)
Just want to test some things here Test picture Test picture without tag http://img.izismile.com/img/img6/20130314/640/funny_picdump_406_640_14.jpg some lists and lists and more lists sometimes with...
View ArticleError using QGLWidget with QGraphicsView
I am trying to build and QT5.0.1 on a MIPS 7425 platform, I get following error running browser application which uses QGLWidget. The same browser application and HTML5 page work fine with previous...
View ArticleXcb error: 1 (BadRequest)
Hello, I have Qt5 app and I am trying tu autostart it in ~/.xsession script but it fails with following output: [Warning]: QXcbConnection: XCB error: 1 (BadRequest), sequence: 153, resource id: 0,...
View ArticleCan't get QProcess::start() to work with QLineEdit's text()
I’m trying to make a front end for a program, and so I’m using QProcess, and specifically start(QString, QStringList). I managed to get output from: start(”/bin/tar —help”), but when I try to specify a...
View ArticleUsing a Designer UI File in Your Application
читал статью http://qt-project.org/doc/qt-5.0/qtdesigner/designer-using-a-ui-file.html и первый же метод так и не понял (The Direct Approach) почему когда я себе скопировал строки int main(int argc,...
View Article