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.

chooseemojidlg.ui 1.8 kB

8 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ChooseEmojiDlg</class>
  4. <widget class="QDialog" name="ChooseEmojiDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>401</width>
  10. <height>181</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="mouseTracking">
  20. <bool>true</bool>
  21. </property>
  22. <property name="windowTitle">
  23. <string>选择要插入的表情</string>
  24. </property>
  25. <widget class="QLabel" name="hintLabel">
  26. <property name="geometry">
  27. <rect>
  28. <x>0</x>
  29. <y>150</y>
  30. <width>351</width>
  31. <height>31</height>
  32. </rect>
  33. </property>
  34. <property name="frameShape">
  35. <enum>QFrame::Box</enum>
  36. </property>
  37. <property name="text">
  38. <string/>
  39. </property>
  40. </widget>
  41. <widget class="ChooseEmojiWidget" name="chooseWidget">
  42. <property name="geometry">
  43. <rect>
  44. <x>0</x>
  45. <y>0</y>
  46. <width>401</width>
  47. <height>151</height>
  48. </rect>
  49. </property>
  50. <property name="styleSheet">
  51. <string notr="true">background-image: url(:/default/res/face/page.bmp);</string>
  52. </property>
  53. </widget>
  54. <widget class="QLabel" name="gifLabel">
  55. <property name="geometry">
  56. <rect>
  57. <x>360</x>
  58. <y>150</y>
  59. <width>41</width>
  60. <height>31</height>
  61. </rect>
  62. </property>
  63. <property name="text">
  64. <string/>
  65. </property>
  66. </widget>
  67. </widget>
  68. <customwidgets>
  69. <customwidget>
  70. <class>ChooseEmojiWidget</class>
  71. <extends>QLabel</extends>
  72. <header>chooseemojiwidget.h</header>
  73. </customwidget>
  74. </customwidgets>
  75. <resources/>
  76. <connections/>
  77. </ui>

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

Contributors (1)