Skip to content

Commit

Permalink
Correção na tela de editar curso. (#189)
Browse files Browse the repository at this point in the history
* Função para mover a Interface

Função para mover a interface  pelo pressionar do mous.

* alteração no import

Alteração no import.

* correção na função

* Update home.py

Correção da inicialização da variável

* pequenas alterações

alterações na tela de cadastro pessoas

* Mudanças

* Revert "pequenas alterações"

This reverts commit 2d45c9f.

* mover telas ainda a completar

* Revert "mover telas ainda a completar"

This reverts commit 26b1921.

* Função para movimentação da tela e maximizar e minimizar com dois cliques

* função redimensionar.

* Redimensionamento da home

* .

* movimentação da telas de feadback.

* correção dos layouts

* correção na tela de editar curso

---------

Co-authored-by: Prof-Rayner <[email protected]>
  • Loading branch information
NickolasXL and Prof-Rayner authored Dec 9, 2024
1 parent 1a195dc commit d64bf5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions App/view/ui/editarCurso.ui
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</property>
<property name="maximumSize">
<size>
<width>1074</width>
<height>835</height>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -85,7 +85,7 @@
</property>
</spacer>
</item>
<item alignment="Qt::AlignHCenter">
<item alignment="Qt::AlignHCenter|Qt::AlignVCenter">
<widget class="QFrame" name="frame_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
Expand Down

0 comments on commit d64bf5f

Please sign in to comment.