comparison view/Pane.cpp @ 23:7b19f2719f91

add - EasaierSessionManager - Easaier menus - Interval model
author lbajardsilogic
date Mon, 14 May 2007 13:16:21 +0000
parents fc9323a41f5a
children 033a39bff919
comparison
equal deleted inserted replaced
22:f4b98622e1dc 23:7b19f2719f91
1885 (indent, 1885 (indent,
1886 QString("type=\"pane\" centreLineVisible=\"%1\" height=\"%2\" %3") 1886 QString("type=\"pane\" centreLineVisible=\"%1\" height=\"%2\" %3")
1887 .arg(m_centreLineVisible).arg(height()).arg(extraAttributes)); 1887 .arg(m_centreLineVisible).arg(height()).arg(extraAttributes));
1888 } 1888 }
1889 1889
1890 1890 QString Pane::toEasaierXmlString(QString indent, QString extraAttributes) const
1891 {
1892 return View::toEasaierXmlString
1893 (indent,
1894 QString("type=\"pane\" centreLineVisible=\"%1\" height=\"%2\" %3")
1895 .arg(m_centreLineVisible).arg(height()).arg(extraAttributes));
1896 }
1897