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

addfellowdialog.ui 881 B

8 years ago
1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AddFellowDialog</class>
  4. <widget class="QDialog" name="AddFellowDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>45</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>手动添加好友</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout">
  17. <item>
  18. <widget class="QLineEdit" name="ipEdit">
  19. <property name="text">
  20. <string/>
  21. </property>
  22. <property name="placeholderText">
  23. <string>请输入要添加的好友ip</string>
  24. </property>
  25. </widget>
  26. </item>
  27. <item>
  28. <widget class="QPushButton" name="okBtn">
  29. <property name="text">
  30. <string>确定</string>
  31. </property>
  32. </widget>
  33. </item>
  34. </layout>
  35. </widget>
  36. <resources/>
  37. <connections/>
  38. </ui>

mac下的“飞秋”大多数只是飞鸽传书协议,而且未发现令人满意的开源项目,所以基于c++与qt实现了基础的飞秋协议。

Contributors (1)