Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SADAPMAP
Interface
Commits
3d6767d9
Commit
3d6767d9
authored
Jan 15, 2020
by
Pedro Henrique Kopper
Browse files
Resolver problemas de UI (de novo)
parent
41a19cda
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/UI/Generico.ui
View file @
3d6767d9
...
...
@@ -6,8 +6,8 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
1
366
</width>
<height>
823
</height>
<width>
1
000
</width>
<height>
700
</height>
</rect>
</property>
<property
name=
"sizePolicy"
>
...
...
@@ -429,7 +429,7 @@ font: 10pt "Liberation Mono";</string>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
1
366
</width>
<width>
1
000
</width>
<height>
28
</height>
</rect>
</property>
...
...
ui/GenericoW.py
View file @
3d6767d9
...
...
@@ -13,7 +13,7 @@ from PyQt5 import QtCore, QtGui, QtWidgets
class
Ui_Generico
(
object
):
def
setupUi
(
self
,
Generico
):
Generico
.
setObjectName
(
"Generico"
)
Generico
.
resize
(
1
366
,
823
)
Generico
.
resize
(
1
000
,
700
)
sizePolicy
=
QtWidgets
.
QSizePolicy
(
QtWidgets
.
QSizePolicy
.
Expanding
,
QtWidgets
.
QSizePolicy
.
Expanding
)
sizePolicy
.
setHorizontalStretch
(
0
)
sizePolicy
.
setVerticalStretch
(
0
)
...
...
@@ -242,7 +242,7 @@ class Ui_Generico(object):
self
.
gridLayout_6
.
addWidget
(
self
.
widget
,
0
,
0
,
1
,
1
)
Generico
.
setCentralWidget
(
self
.
centralWidget
)
self
.
menuBar
=
QtWidgets
.
QMenuBar
(
Generico
)
self
.
menuBar
.
setGeometry
(
QtCore
.
QRect
(
0
,
0
,
1
366
,
28
))
self
.
menuBar
.
setGeometry
(
QtCore
.
QRect
(
0
,
0
,
1
000
,
28
))
self
.
menuBar
.
setObjectName
(
"menuBar"
)
Generico
.
setMenuBar
(
self
.
menuBar
)
self
.
menuStatusBar
=
QtWidgets
.
QStatusBar
(
Generico
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment