This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed
Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 11# Visual Studio Code Extension Qt for Python
22
3+ [ ![ version] ( https://img.shields.io/visual-studio-marketplace/v/seanwu.vscode-qt-for-python.svg )] ( https://marketplace.visualstudio.com/items?itemName=seanwu.vscode-qt-for-python )
4+ [ ![ rating] ( https://img.shields.io/visual-studio-marketplace/r/seanwu.vscode-qt-for-python.svg )] ( https://marketplace.visualstudio.com/items?itemName=seanwu.vscode-qt-for-python )
5+ [ ![ downloads] ( https://img.shields.io/visual-studio-marketplace/d/seanwu.vscode-qt-for-python.svg )] ( https://marketplace.visualstudio.com/items?itemName=seanwu.vscode-qt-for-python )
6+ [ ![ installs] ( https://img.shields.io/visual-studio-marketplace/i/seanwu.vscode-qt-for-python.svg )] ( https://marketplace.visualstudio.com/items?itemName=seanwu.vscode-qt-for-python )
7+
38A Visual Studio Code extension provides some common functionalities for PyQt5 and PySide2 with Qt Creator.
49
510| Qt Markup Language (` qml ` ) | Qt Style Sheets (` qss ` ) | Resource Collection Files (` qrc ` ) |
Original file line number Diff line number Diff line change 11{
22 "name" : " vscode-qt-for-python" ,
3- "version" : " 0.0.1 " ,
4- "publisher" : " Sean Wu " ,
3+ "version" : " 0.0.2 " ,
4+ "publisher" : " seanwu " ,
55 "engines" : {
66 "vscode" : " ^1.30.0"
77 },
222222 " onCommand:extension.editTranslation" ,
223223 " onCommand:extension.previewQml"
224224 ],
225- "badges" : [],
225+ "badges" : [
226+ {
227+ "url" : " https://img.shields.io/visual-studio-marketplace/v/seanwu.vscode-qt-for-python.svg" ,
228+ "href" : " https://marketplace.visualstudio.com/items?itemName=seanwu.vscode-qt-for-python" ,
229+ "description" : " version"
230+ },
231+ {
232+ "url" : " https://img.shields.io/visual-studio-marketplace/r/seanwu.vscode-qt-for-python.svg" ,
233+ "href" : " https://marketplace.visualstudio.com/items?itemName=seanwu.vscode-qt-for-python" ,
234+ "description" : " version"
235+ },
236+ {
237+ "url" : " https://img.shields.io/visual-studio-marketplace/d/seanwu.vscode-qt-for-python.svg" ,
238+ "href" : " https://marketplace.visualstudio.com/items?itemName=seanwu.vscode-qt-for-python" ,
239+ "description" : " version"
240+ },
241+ {
242+ "url" : " https://img.shields.io/visual-studio-marketplace/i/seanwu.vscode-qt-for-python.svg" ,
243+ "href" : " https://marketplace.visualstudio.com/items?itemName=seanwu.vscode-qt-for-python" ,
244+ "description" : " version"
245+ }
246+ ],
226247 "scripts" : {
227248 "vscode:prepublish" : " npm run compile" ,
228249 "compile" : " tsc -p ./" ,
You can’t perform that action at this time.
0 commit comments