mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-10 01:40:02 +01:00
Minor : remove old code
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4660 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -31,7 +31,7 @@ class QPrinter;
|
||||
*/
|
||||
class DiagramPrintDialog : public QWidget
|
||||
{
|
||||
//@TODO Remove definitely the commented lines in this class related to post script
|
||||
|
||||
|
||||
Q_OBJECT
|
||||
// Constructors, destructor
|
||||
@@ -82,11 +82,9 @@ class DiagramPrintDialog : public QWidget
|
||||
QHBoxLayout *hlayout0_;
|
||||
QLabel *printer_icon_;
|
||||
QLabel *pdf_icon_;
|
||||
// QLabel *ps_icon_;
|
||||
QButtonGroup *printtype_choice_;
|
||||
QRadioButton *printer_choice_;
|
||||
QRadioButton *pdf_choice_;
|
||||
// QRadioButton *ps_choice_;
|
||||
QLineEdit *filepath_field_;
|
||||
QPushButton *browse_button_;
|
||||
QDialogButtonBox *buttons_;
|
||||
|
||||
Reference in New Issue
Block a user