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

« back to all changes in this revision

Viewing changes to qtiplot/src/SymbolDialog.cpp

  • 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:
36
36
 
37
37
SymbolDialog::SymbolDialog(CharSet charSet, QWidget* parent, Qt::WFlags fl )
38
38
: QDialog( parent, fl )
39
 
{
 
39
{
 
40
    setAttribute(Qt::WA_DeleteOnClose);
40
41
        setSizePolicy( QSizePolicy::Fixed, QSizePolicy::Fixed );
41
42
        setSizeGripEnabled( false );
42
43