mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
opciones y configuraci?n integrados completamente con QSettings
goToFlow ya es sensible al nivel de rendimiento a?adidos al repositorio ficheros que faltaban corregidos varios warnings en la compilaci?n
This commit is contained in:
9
YACReader/goto_flow_widget.cpp
Normal file
9
YACReader/goto_flow_widget.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include "goto_flow_widget.h"
|
||||
|
||||
GoToFlowWidget::GoToFlowWidget(QWidget * parent)
|
||||
:QWidget(parent)
|
||||
{
|
||||
QPalette palette;
|
||||
palette.setColor(backgroundRole(), Qt::black);
|
||||
setPalette(palette);
|
||||
}
|
Reference in New Issue
Block a user