ChinaUnix.net
相关文章推荐:

QT橙色字体怎么改

qtopia开发手机,现要在lineedit编辑框中显示红色字体,但qtopia中没有setforegroundcolor函数,请教如何实现????? 先谢了!!!!

by bluesprit980203 - GUI编程 - 2006-03-15 17:10:44 阅读(3594) 回复(0)

相关讨论

如题,有个ttf文件 想问如何使用调用这个ttf文件在qt下使用? 谢谢!!

by letterb - GUI编程 - 2007-09-02 15:29:53 阅读(2744) 回复(0)

qt4.1.1中怎么改变qlabel的背景色?

by slowly13008 - GUI编程 - 2007-02-02 16:28:43 阅读(8357) 回复(1)

如题,这个问题困惑我很久了,请高手不吝赐教,谢啦

by duhangyuan - GUI编程 - 2011-02-12 18:12:09 阅读(5439) 回复(6)

我使用以下代码: QFontDatabase fonts; fonts.families(QFontDatabase::SimplifiedChinese); 但是得到的很多字体还是不能支持中文显示 请问如何获取系统中支持中文显示的字体集呢? 谢谢! p.s. 我用的是qt 4.4.3,环境为KUbuntu 8.04

by zxz1984 - GUI编程 - 2009-12-01 00:00:06 阅读(5094) 回复(1)

这里关于qt的帖子不多啊 qt中用生成的qtable做了一个表格,怎么修改对齐方式和字体颜色啊

by wuya5945 - GUI编程 - 2007-12-20 13:08:22 阅读(3387) 回复(1)

我想把qt中lineEdit中的文本提取出来,请问如何提取出来啊?

by enzzz - GUI编程 - 2008-01-26 11:26:45 阅读(3424) 回复(1)

我用拖放组件的方式编了一个对对话框程序(Form.ui),在main.cpp文件 include 了那个 "form.h",可是make命令编译的时候只给出了form.h的错误报告,而没有我编的真正的form.ui.h的错误,这让我怎么改呀?简直郁闷死了!如果大侠有经验的话请指点一二,不胜感激! :em16:

by sonix - - 2003-05-03 19:22:46 阅读(244) 回复(0)

问一个有点弱的问题啊!用qt编写好的程序能在qt/e上用行不? 做嵌入式图形界面开发时,编程部分能否用qt。新手,多多包涵

by lyf3560 - GUI编程 - 2009-11-30 23:48:11 阅读(2937) 回复(2)

请问qt是开源的么? 在UNIX下和Linux下使用是不是都不要钱?

by eirsky - GUI编程 - 2007-05-16 11:09:38 阅读(3497) 回复(4)

http://xizhizhu.blogspot.com/2009/01/qt-development-viii-multi-thread.html Threads should be subclasses of qthread, and the qthread.run() should be overrided, the code of which will be executed in a separate thread when calling qthread.start(). A thread ends when the qthread.run() ends, or qthread.terminate() is called. Following code shows the basic idea of two threads running concurrently. // ...

by zxz1984 - GUI编程 - 2009-01-15 00:15:22 阅读(3995) 回复(0)