chatprive.ui 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>chatPrive</class>
  4. <widget class="QWidget" name="chatPrive">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>334</width>
  10. <height>395</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Chat privé</string>
  15. </property>
  16. <widget class="QListWidget" name="lstChatPrive">
  17. <property name="geometry">
  18. <rect>
  19. <x>20</x>
  20. <y>30</y>
  21. <width>291</width>
  22. <height>281</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QLineEdit" name="inSaisieChatPrive">
  27. <property name="geometry">
  28. <rect>
  29. <x>20</x>
  30. <y>320</y>
  31. <width>291</width>
  32. <height>20</height>
  33. </rect>
  34. </property>
  35. </widget>
  36. <widget class="QLineEdit" name="inDesChatPrive">
  37. <property name="geometry">
  38. <rect>
  39. <x>170</x>
  40. <y>360</y>
  41. <width>141</width>
  42. <height>20</height>
  43. </rect>
  44. </property>
  45. </widget>
  46. <widget class="QLabel" name="label">
  47. <property name="geometry">
  48. <rect>
  49. <x>170</x>
  50. <y>340</y>
  51. <width>101</width>
  52. <height>20</height>
  53. </rect>
  54. </property>
  55. <property name="text">
  56. <string>Jeter les dés : </string>
  57. </property>
  58. </widget>
  59. <widget class="QPushButton" name="envoiFichierChatPrive">
  60. <property name="geometry">
  61. <rect>
  62. <x>20</x>
  63. <y>350</y>
  64. <width>121</width>
  65. <height>31</height>
  66. </rect>
  67. </property>
  68. <property name="text">
  69. <string>Envoyer un fichier</string>
  70. </property>
  71. </widget>
  72. <widget class="QLabel" name="lblInterlocChatPrive">
  73. <property name="geometry">
  74. <rect>
  75. <x>20</x>
  76. <y>10</y>
  77. <width>291</width>
  78. <height>20</height>
  79. </rect>
  80. </property>
  81. <property name="font">
  82. <font>
  83. <pointsize>10</pointsize>
  84. <weight>75</weight>
  85. <bold>true</bold>
  86. </font>
  87. </property>
  88. <property name="text">
  89. <string>Interloc</string>
  90. </property>
  91. </widget>
  92. </widget>
  93. <resources/>
  94. <connections/>
  95. </ui>