|
|
@ -2117,7 +2117,7 @@ MatrixView::initActionsToolbar()
|
|
|
|
|
|
|
|
|
|
|
|
// The SnapGrid combo and Snap To... menu items
|
|
|
|
// The SnapGrid combo and Snap To... menu items
|
|
|
|
//
|
|
|
|
//
|
|
|
|
TQLabel *sLabel = new TQLabel(i18n(" Grid: "), actionsToolbar, "kde toolbar widget");
|
|
|
|
TQLabel *sLabel = new TQLabel(i18n(" Grid: "), actionsToolbar, "tde toolbar widget");
|
|
|
|
sLabel->setIndent(10);
|
|
|
|
sLabel->setIndent(10);
|
|
|
|
|
|
|
|
|
|
|
|
TQPixmap noMap = NotePixmapFactory::toTQPixmap(NotePixmapFactory::makeToolbarPixmap("menu-no-note"));
|
|
|
|
TQPixmap noMap = NotePixmapFactory::toTQPixmap(NotePixmapFactory::makeToolbarPixmap("menu-no-note"));
|
|
|
@ -2156,7 +2156,7 @@ MatrixView::initActionsToolbar()
|
|
|
|
// slow to use unless we make it typeable into, and then it takes
|
|
|
|
// slow to use unless we make it typeable into, and then it takes
|
|
|
|
// focus away from our more important widgets
|
|
|
|
// focus away from our more important widgets
|
|
|
|
|
|
|
|
|
|
|
|
TQLabel *vlabel = new TQLabel(i18n(" Velocity: "), actionsToolbar, "kde toolbar widget");
|
|
|
|
TQLabel *vlabel = new TQLabel(i18n(" Velocity: "), actionsToolbar, "tde toolbar widget");
|
|
|
|
vlabel->setIndent(10);
|
|
|
|
vlabel->setIndent(10);
|
|
|
|
|
|
|
|
|
|
|
|
m_velocityCombo = new KComboBox(actionsToolbar);
|
|
|
|
m_velocityCombo = new KComboBox(actionsToolbar);
|
|
|
@ -2167,7 +2167,7 @@ MatrixView::initActionsToolbar()
|
|
|
|
|
|
|
|
|
|
|
|
// Quantize combo
|
|
|
|
// Quantize combo
|
|
|
|
//
|
|
|
|
//
|
|
|
|
TQLabel *qLabel = new TQLabel(i18n(" Quantize: "), actionsToolbar, "kde toolbar widget");
|
|
|
|
TQLabel *qLabel = new TQLabel(i18n(" Quantize: "), actionsToolbar, "tde toolbar widget");
|
|
|
|
qLabel->setIndent(10);
|
|
|
|
qLabel->setIndent(10);
|
|
|
|
|
|
|
|
|
|
|
|
m_quantizeCombo = new KComboBox(actionsToolbar);
|
|
|
|
m_quantizeCombo = new KComboBox(actionsToolbar);
|
|
|
@ -2217,11 +2217,11 @@ MatrixView::initZoomToolbar()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
m_hZoomSlider = new ZoomSlider<double>
|
|
|
|
m_hZoomSlider = new ZoomSlider<double>
|
|
|
|
(zoomSizes, -1, Qt::Horizontal, zoomToolbar, "kde toolbar widget");
|
|
|
|
(zoomSizes, -1, Qt::Horizontal, zoomToolbar, "tde toolbar widget");
|
|
|
|
m_hZoomSlider->setTracking(true);
|
|
|
|
m_hZoomSlider->setTracking(true);
|
|
|
|
m_hZoomSlider->setFocusPolicy(TQ_NoFocus);
|
|
|
|
m_hZoomSlider->setFocusPolicy(TQ_NoFocus);
|
|
|
|
|
|
|
|
|
|
|
|
m_zoomLabel = new TQLabel(zoomToolbar, "kde toolbar widget");
|
|
|
|
m_zoomLabel = new TQLabel(zoomToolbar, "tde toolbar widget");
|
|
|
|
m_zoomLabel->setIndent(10);
|
|
|
|
m_zoomLabel->setIndent(10);
|
|
|
|
m_zoomLabel->setFixedWidth(80);
|
|
|
|
m_zoomLabel->setFixedWidth(80);
|
|
|
|
|
|
|
|
|
|
|
|