Mercurial > hg > svgui
comparison widgets/TipDialog.cpp @ 229:387f2f6fc333 sv1-1.0pre2
* Remove tip dialog for now. I don't like it enough
* Fixes to export image
author | Chris Cannam |
---|---|
date | Wed, 14 Mar 2007 14:39:39 +0000 |
parents | 1c4c9e3e44e6 |
children | 1fe7951a61e8 |
comparison
equal
deleted
inserted
replaced
228:1c4c9e3e44e6 | 229:387f2f6fc333 |
---|---|
60 m_label->setWordWrap(true); | 60 m_label->setWordWrap(true); |
61 | 61 |
62 QHBoxLayout *hbox = new QHBoxLayout; | 62 QHBoxLayout *hbox = new QHBoxLayout; |
63 grid->addLayout(hbox, 1, 0); | 63 grid->addLayout(hbox, 1, 0); |
64 | 64 |
65 QCheckBox *show = new QCheckBox(tr("Show tips on startup")); | 65 QCheckBox *show = new QCheckBox(tr("Show tip on startup")); |
66 hbox->addWidget(show); | 66 hbox->addWidget(show); |
67 | 67 |
68 hbox->addSpacing(20); | |
68 hbox->addStretch(10); | 69 hbox->addStretch(10); |
69 | 70 |
70 QPushButton *prev = new QPushButton(tr("<< Previous")); | 71 QPushButton *prev = new QPushButton(tr("<< Previous")); |
71 hbox->addWidget(prev); | 72 hbox->addWidget(prev); |
72 connect(prev, SIGNAL(clicked()), this, SLOT(previous())); | 73 connect(prev, SIGNAL(clicked()), this, SLOT(previous())); |