Gallery: Use raster for textures
This commit is contained in:
parent
c4dc6e8c2f
commit
0c3355fa0f
@ -18,6 +18,7 @@
|
||||
#include <QskObjectCounter.h>
|
||||
#include <QskTabView.h>
|
||||
#include <QskTextLabel.h>
|
||||
#include <QskSetup.h>
|
||||
#include <QskSwitchButton.h>
|
||||
#include <QskPushButton.h>
|
||||
#include <QskMenu.h>
|
||||
@ -161,6 +162,8 @@ int main( int argc, char* argv[] )
|
||||
|
||||
QGuiApplication app( argc, argv );
|
||||
|
||||
qskSetup->setItemUpdateFlag( QskQuickItem::PreferRasterForTextures, true );
|
||||
|
||||
SkinnyShortcut::enable( SkinnyShortcut::AllShortcuts );
|
||||
|
||||
auto mainView = new ApplicationView();
|
||||
|
Loading…
x
Reference in New Issue
Block a user