QT学习

//barchart  and simpleplot

 

 bool QObject::connect ( 

const QObject * sender, const QMetaMethod & signal, 

const QObject * receiver, const QMetaMethod & method,

Qt::ConnectionType type = Qt::AutoConnection ) [static]

 

 Creates a connection of the given type from the signal in the sender object to the method in the receiver object. 

 

 

 prompt

prompt $s$g       //

gdb  xxx

break    xxx

run

bt

gdb n   //step by step

print   variable//

 c   // continuing

q //quit

 

 

centro-OS

 

 qt_plot

 

How does the 'ls' command work in Linux/Unix?

 

 Bash Guide for Beginners

 

 

Legend(图例)

 

 

使用方法是先 new 一个QwtLegend 类

然后使用setItemMode 来确定Legend的模式。

最后调用Plot中的insertLegend方法,将Legend插入

 QT智能指针

中文QT比较老的2.0-3.0

posted @ 2014-03-19 14:31  好哥TOP  阅读(198)  评论(0编辑  收藏  举报