工作上用到,稍做紀錄。
1.先在UI上拉出 Scroll Area的元件:
2017年5月24日 星期三
2017年4月20日 星期四
QSS 樣式紀錄
QSS查詢網址:
http://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qlistview
QSS使用問題:
http://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qlistview
QSS使用問題:
- Window指定路徑
- url(image/list_short.png);
- 資源指定路徑
- url(:/media/res/sub_menu_02_click.png);
2016年1月5日 星期二
ADB 指令
adb root //ROOT裝置,ROOT完後記得重新插拔
adb remount //重設權限
adb shell //進入裝置,可以下裝置指令
//------------------裝置內---------------------
getprop | grep lcd //取得裝置DPI
mount -o remount,rw / //取消唯讀權限
adb remount //重設權限
adb shell //進入裝置,可以下裝置指令
//------------------裝置內---------------------
getprop | grep lcd //取得裝置DPI
mount -o remount,rw / //取消唯讀權限
訂閱:
文章 (Atom)