Some bugs fixed
[qstardict] / qstardict / main.cpp
index 8a13dc9..c1f6f98 100644 (file)
@@ -61,7 +61,8 @@ int main(int argc, char *argv[])
     }
 #endif // Q_OS_WIN
 
-
+    app.setProperty("FingerScrollable", true);
+    app.setProperty("FingerScrollBars", true);
     return app.exec();
 }