git-svn-id: svn://db.shs.com.ru/libs@715 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -638,6 +638,12 @@ void Graphic::setHistorySize(double val) {
|
||||
}
|
||||
|
||||
|
||||
void Graphic::setMaxVisibleTime(double val) {
|
||||
visible_time = val;
|
||||
if (isFit) on_buttonAutofit_clicked();
|
||||
}
|
||||
|
||||
|
||||
void Graphic::setOnlyExpandY(bool yes) {
|
||||
only_expand_y = yes;
|
||||
ui->checkExpandY->blockSignals(true);
|
||||
|
||||
@@ -265,7 +265,7 @@ public slots:
|
||||
void setButtons(Graphic::Buttons b);
|
||||
void setButtonsPosition(Graphic::Alignment a);
|
||||
void setHistorySize(double val);
|
||||
void setMaxVisibleTime(double val) {visible_time = val;}
|
||||
void setMaxVisibleTime(double val);
|
||||
void setAutoXIncrement(double val) {inc_x = val;}
|
||||
void setLimit(const QRectF & val) {limit_ = val;}
|
||||
void setMargins(const QRect & val) {margins_ = val; update();}
|
||||
|
||||
Reference in New Issue
Block a user