FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Python_GUI_apps/PythonGUI_apps/DataBrowser_GUI.ui at master · markkun/Python_GUI_apps · GitHub
markkun
/
Python_GUI_apps
Public
forked from
SarthakJariwala/Python_GUI_apps
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Python_GUI_apps
/
PythonGUI_apps
/
DataBrowser_GUI.ui
Copy path
More file actions
More file actions
Latest commit
History
History
History
97 lines (97 loc) · 2.31 KB
Breadcrumbs
Python_GUI_apps
/
PythonGUI_apps
/
DataBrowser_GUI.ui
Copy path
File metadata and controls
97 lines (97 loc) · 2.31 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
ui
version
=
"
4.0
"
>
<
class
>MainWindow</
class
>
<
widget
class
=
"
QMainWindow
"
name
=
"
MainWindow
"
>
<
property
name
=
"
geometry
"
>
<
rect
>
<
x
>0</
x
>
<
y
>0</
y
>
<
width
>435</
width
>
<
height
>221</
height
>
</
rect
>
</
property
>
<
property
name
=
"
windowTitle
"
>
<
string
>GLabViz - DataBrowser</
string
>
</
property
>
<
widget
class
=
"
QWidget
"
name
=
"
centralwidget
"
>
<
layout
class
=
"
QFormLayout
"
name
=
"
formLayout
"
>
<
item
row
=
"
1
"
column
=
"
0
"
colspan
=
"
2
"
>
<
widget
class
=
"
QLabel
"
name
=
"
label
"
>
<
property
name
=
"
font
"
>
<
font
>
<
pointsize
>30</
pointsize
>
<
weight
>75</
weight
>
<
bold
>true</
bold
>
</
font
>
</
property
>
<
property
name
=
"
text
"
>
<
string
>GLabViz</
string
>
</
property
>
<
property
name
=
"
alignment
"
>
<
set
>Qt::AlignCenter</
set
>
</
property
>
</
widget
>
</
item
>
<
item
row
=
"
2
"
column
=
"
0
"
>
<
spacer
name
=
"
verticalSpacer
"
>
<
property
name
=
"
orientation
"
>
<
enum
>Qt::Vertical</
enum
>
</
property
>
<
property
name
=
"
sizeHint
"
stdset
=
"
0
"
>
<
size
>
<
width
>20</
width
>
<
height
>40</
height
>
</
size
>
</
property
>
</
spacer
>
</
item
>
<
item
row
=
"
3
"
column
=
"
0
"
>
<
widget
class
=
"
QLabel
"
name
=
"
label_2
"
>
<
property
name
=
"
font
"
>
<
font
>
<
pointsize
>15</
pointsize
>
</
font
>
</
property
>
<
property
name
=
"
text
"
>
<
string
>Analysis Tool :</
string
>
</
property
>
</
widget
>
</
item
>
<
item
row
=
"
3
"
column
=
"
1
"
>
<
widget
class
=
"
QComboBox
"
name
=
"
select_comboBox
"
>
<
property
name
=
"
font
"
>
<
font
>
<
pointsize
>15</
pointsize
>
</
font
>
</
property
>
</
widget
>
</
item
>
<
item
row
=
"
4
"
column
=
"
1
"
>
<
widget
class
=
"
QPushButton
"
name
=
"
load_pushButton
"
>
<
property
name
=
"
font
"
>
<
font
>
<
pointsize
>15</
pointsize
>
</
font
>
</
property
>
<
property
name
=
"
text
"
>
<
string
>Load </
string
>
</
property
>
</
widget
>
</
item
>
</
layout
>
</
widget
>
<
widget
class
=
"
QMenuBar
"
name
=
"
menubar
"
>
<
property
name
=
"
geometry
"
>
<
rect
>
<
x
>0</
x
>
<
y
>0</
y
>
<
width
>435</
width
>
<
height
>21</
height
>
</
rect
>
</
property
>
</
widget
>
<
widget
class
=
"
QStatusBar
"
name
=
"
statusbar
"
/>
</
widget
>
<
resources
/>
<
connections
/>
</
ui
>
Back
|
FazBrowse Home
|
New Git URL