mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Se recuerda si se debe mostrar o no la "label" informaci?n.
Corregido bug que provocaba el fallo de YACReader al pasar muy r?pido las p?ginas. Modificado el di?logo "server config" para que muestre todas las ips y regenere el c?digo qr en caso de que el usuario cambie la ip.
This commit is contained in:
@ -39,7 +39,9 @@ PageLabelWidget::PageLabelWidget(QWidget * parent)
|
||||
//textLabel->resize(100,25);
|
||||
|
||||
resize(p.size());
|
||||
updatePosition();
|
||||
//por defecto aparece oculto
|
||||
if(parent != 0)
|
||||
move(QPoint((parent->geometry().size().width()-this->width()),-this->height()));
|
||||
/*QSize size = textLabel->sizeHint();
|
||||
|
||||
int w = width(); // returns screen width
|
||||
|
Reference in New Issue
Block a user