-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironmentconfig.ui
106 lines (106 loc) · 2.88 KB
/
environmentconfig.ui
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EnvironmentConfig</class>
<widget class="QDialog" name="EnvironmentConfig">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>260</width>
<height>250</height>
</rect>
</property>
<property name="windowTitle">
<string>环境选项</string>
</property>
<property name="windowIcon">
<iconset resource="resource.qrc">
<normaloff>:/qdevcpp.ico</normaloff>:/qdevcpp.ico</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>文件关联</string>
</attribute>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>安装</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="install">
<property name="text">
<string>安装</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>关联</string>
</property>
</widget>
</item>
<item row="1" column="1">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPushButton" name="csrc">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>C源代码</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="chdr">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>C/C++头文件</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="cxxsrc">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>C++源代码</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="cxxhdr">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>C++头文件</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="resource.qrc"/>
</resources>
<connections/>
</ui>