Skip to content

Commit

Permalink
pequenas alterações
Browse files Browse the repository at this point in the history
alterações na tela de cadastro pessoas
  • Loading branch information
NickolasXL committed Nov 13, 2024
1 parent fbf9a31 commit 2d45c9f
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions App/view/ui/cadastroPessoas.ui
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
<height>461</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QFrame{
background-color: #e4e8f0;
}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
Expand All @@ -37,6 +42,9 @@
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 9pt &quot;SansSerif&quot;;</string>
</property>
<property name="text">
<string>CADASTRO DE PESSOAS</string>
</property>
Expand All @@ -50,6 +58,9 @@
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 9pt &quot;SansSerif&quot;;</string>
</property>
<property name="text">
<string>NOME:</string>
</property>
Expand All @@ -63,6 +74,9 @@
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 9pt &quot;SansSerif&quot;;</string>
</property>
<property name="text">
<string>CPF/CNPJ:</string>
</property>
Expand All @@ -76,6 +90,9 @@
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 9pt &quot;SansSerif&quot;;</string>
</property>
<property name="text">
<string>EMAIL:</string>
</property>
Expand All @@ -89,6 +106,9 @@
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 9pt &quot;SansSerif&quot;;</string>
</property>
<property name="text">
<string>DATA DE NASCIMENTO:</string>
</property>
Expand All @@ -102,6 +122,9 @@
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 9pt &quot;SansSerif&quot;;</string>
</property>
<property name="text">
<string>CARGO:</string>
</property>
Expand All @@ -115,6 +138,9 @@
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 9pt &quot;SansSerif&quot;;</string>
</property>
<property name="text">
<string>TELEFONE:</string>
</property>
Expand All @@ -128,6 +154,11 @@
<height>28</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {

}</string>
</property>
<property name="text">
<string>CADASTRAR</string>
</property>
Expand All @@ -141,6 +172,11 @@
<height>22</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLineEdit{

}</string>
</property>
<property name="text">
<string/>
</property>
Expand Down Expand Up @@ -174,6 +210,9 @@
<height>22</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
</widget>
<widget class="QLineEdit" name="telefone">
<property name="geometry">
Expand Down

0 comments on commit 2d45c9f

Please sign in to comment.