1 /* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
3 * Copyright (C) 1997 Josef Wilgen
4 * Copyright (C) 2002 Uwe Rathmann
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the Qwt License, Version 1.0
8 *****************************************************************************/
13 This method is intended for manipulating the plot widget
14 from a specific editor in the Qwt designer plugin.
16 \warning The plot editor has never been implemented.
18 void QwtPlot::applyProperties( const QString
& /* xmlDocument */ )
21 // Temporary dummy code, for designer tests
22 setTitle( xmlDocument
);
28 This method is intended for manipulating the plot widget
29 from a specific editor in the Qwt designer plugin.
32 \warning The plot editor has never been implemented.
34 QString
QwtPlot::grabProperties() const
37 // Temporary dummy code, for designer tests
38 return title().text();