You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dialogconnecting.ui 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogConnecting</class>
  4. <widget class="QDialog" name="DialogConnecting">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>607</width>
  10. <height>68</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Connexion Bureau à distance</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="1" column="0">
  18. <widget class="QProgressBar" name="progressBar">
  19. <property name="maximum">
  20. <number>0</number>
  21. </property>
  22. <property name="value">
  23. <number>0</number>
  24. </property>
  25. <property name="textVisible">
  26. <bool>false</bool>
  27. </property>
  28. <property name="invertedAppearance">
  29. <bool>false</bool>
  30. </property>
  31. </widget>
  32. </item>
  33. <item row="1" column="1">
  34. <widget class="QPushButton" name="pushButton">
  35. <property name="text">
  36. <string>Annuler</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item row="0" column="0" colspan="2">
  41. <widget class="QLabel" name="label">
  42. <property name="text">
  43. <string>Connexion en cours...</string>
  44. </property>
  45. <property name="alignment">
  46. <set>Qt::AlignCenter</set>
  47. </property>
  48. </widget>
  49. </item>
  50. </layout>
  51. </widget>
  52. <resources/>
  53. <connections/>
  54. </ui>