twitter.ui 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Twitter</class>
  4. <widget class="QMainWindow" name="Twitter">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>480</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Twitter</string>
  15. </property>
  16. <property name="autoFillBackground">
  17. <bool>false</bool>
  18. </property>
  19. <widget class="QWidget" name="centralWidget">
  20. <widget class="QListView" name="listView">
  21. <property name="geometry">
  22. <rect>
  23. <x>10</x>
  24. <y>109</y>
  25. <width>750</width>
  26. <height>371</height>
  27. </rect>
  28. </property>
  29. <property name="font">
  30. <font>
  31. <pointsize>12</pointsize>
  32. </font>
  33. </property>
  34. <property name="isWrapping" stdset="0">
  35. <bool>true</bool>
  36. </property>
  37. <property name="spacing">
  38. <number>3</number>
  39. </property>
  40. <property name="wordWrap">
  41. <bool>true</bool>
  42. </property>
  43. </widget>
  44. <widget class="QLineEdit" name="lineEdit">
  45. <property name="geometry">
  46. <rect>
  47. <x>450</x>
  48. <y>10</y>
  49. <width>341</width>
  50. <height>31</height>
  51. </rect>
  52. </property>
  53. </widget>
  54. <widget class="QPushButton" name="pushButton">
  55. <property name="geometry">
  56. <rect>
  57. <x>490</x>
  58. <y>60</y>
  59. <width>101</width>
  60. <height>31</height>
  61. </rect>
  62. </property>
  63. <property name="text">
  64. <string>Fetch</string>
  65. </property>
  66. </widget>
  67. <widget class="QLabel" name="label">
  68. <property name="geometry">
  69. <rect>
  70. <x>20</x>
  71. <y>20</y>
  72. <width>351</width>
  73. <height>71</height>
  74. </rect>
  75. </property>
  76. <property name="text">
  77. <string/>
  78. </property>
  79. <property name="pixmap">
  80. <pixmap resource="Twitter.qrc">:/new/prefix1/twitter_logo-1.png</pixmap>
  81. </property>
  82. <property name="scaledContents">
  83. <bool>true</bool>
  84. </property>
  85. </widget>
  86. <widget class="QLabel" name="label_2">
  87. <property name="geometry">
  88. <rect>
  89. <x>420</x>
  90. <y>10</y>
  91. <width>21</width>
  92. <height>31</height>
  93. </rect>
  94. </property>
  95. <property name="font">
  96. <font>
  97. <pointsize>14</pointsize>
  98. </font>
  99. </property>
  100. <property name="text">
  101. <string>@</string>
  102. </property>
  103. </widget>
  104. </widget>
  105. </widget>
  106. <layoutdefault spacing="6" margin="11"/>
  107. <resources>
  108. <include location="Twitter.qrc"/>
  109. </resources>
  110. <connections/>
  111. </ui>