当前位置: 技术问答>linux和unix
在 Qt 中如何保存一个窗口的布局和位置?
来源: 互联网 发布时间:2015-06-09
本文导语: 在 Qt 手册中写到,应该用 QFile f( filename ); if ( f.open( IO_WriteOnly ) ) { QTextStream ts( &f ); ts
在 Qt 手册中写到,应该用
QFile f( filename );
if ( f.open( IO_WriteOnly ) ) {
QTextStream ts( &f );
ts
QFile f( filename );
if ( f.open( IO_WriteOnly ) ) {
QTextStream ts( &f );
ts