-
Notifications
You must be signed in to change notification settings - Fork 8
/
Context.sublime-menu
45 lines (45 loc) · 1.24 KB
/
Context.sublime-menu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[
{
"caption": "PySide",
"id": "pyside_commands",
"children":
[
{
"caption": "Create Project",
"command": "create_qt_project"
},
{
"command": "open_file_in_designer",
"caption": "Open file with Qt Designer"
},
{
"caption": "Create new Qt Designer file from template",
"command": "new_dialog"
},
{
"caption": "Open file with Qt Linguist",
"command": "open_in_linguist"
},
{
"caption": "Compile resource file",
"command": "compile_resource"
},
{
"caption": "Preview UI file",
"command": "preview_ui"
},
{
"caption": "Compile UI",
"command": "compile_ui"
},
{
"caption": "Convert to PyQt4 Syntax",
"command": "convert_py_side2_py_qt4"
},
{
"caption": "Convert to PySide Syntax",
"command": "convert_py_qt42_py_side"
}
]
}
]