~showard314/ubuntu/natty/qtiplot/Python2.7_fix

« back to all changes in this revision

Viewing changes to qtiplot/src/FitDialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2008-04-04 15:11:55 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080404151155-rjp12ziov4tryj0o
Tags: 0.9.4-1
* New upstream release.
* Refresh patches.
* Remove 04_homepage_url patch. Merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
public:
60
60
    FitDialog(Graph *g, QWidget* parent = 0, Qt::WFlags fl = 0 );
61
61
 
62
 
    void setSrcTables(QWidgetList* tables);
 
62
    void setSrcTables(QList<MdiSubWindow*> tables);
63
63
 
64
64
protected:
65
65
        void closeEvent (QCloseEvent * e );
120
120
        Graph *d_graph;
121
121
        Table *d_param_table;
122
122
        QList <Fit*> d_user_functions, d_built_in_functions, d_plugins;
123
 
        QWidgetList *srcTables;
 
123
        QList <MdiSubWindow*> srcTables;
124
124
        QwtPlotCurve *d_preview_curve;
125
125
 
126
126
    QCheckBox* boxUseBuiltIn;