21.12.2022 Views

python_para_desenvolvedores_2ed

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Interface Gráfica 235

<string>Dialog</string>

</property>

<widget class="QPushButton" name="msg" >

<property name="geometry" >

<rect>

<x>20</x>

<y>20</y>

<width>75</width>

<height>23</height>

</rect>

</property>

<property name="text" >

<string>Mensagem</string>

</property>

</widget>

<widget class="QPushButton" name="fim" >

<property name="geometry" >

<rect>

<x>20</x>

<y>60</y>

<width>75</width>

<height>23</height>

</rect>

</property>

<property name="text" >

<string>Fechar</string>

</property>

</widget>

</widget>

<resources/>

<connections>

<connection>

<sender>fim</sender>

<signal>clicked()</signal>

<receiver>Dialog</receiver>

<slot>close()</slot>

<hints>

<hint type="sourcelabel" >

<x>57</x>

<y>71</y>

</hint>

<hint type="destinationlabel" >

<x>57</x>

<y>53</y>

</hint>

</hints>

</connection>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!