PageRenderTime 25ms CodeModel.GetById 29ms RepoModel.GetById 7ms app.codeStats 0ms

/quassel-0.7.3/src/qtui/settingspages/ignorelistsettingspage.ui

#
Unknown | 83 lines | 83 code | 0 blank | 0 comment | 0 complexity | a12aeafb5c6ae54910f30f14ab2ae4e3 MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>IgnoreListSettingsPage</class>
  4. <widget class="QWidget" name="IgnoreListSettingsPage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>291</width>
  10. <height>229</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QTableView" name="ignoreListView"/>
  19. </item>
  20. <item>
  21. <layout class="QHBoxLayout" name="horizontalLayout">
  22. <item>
  23. <widget class="QPushButton" name="newIgnoreRuleButton">
  24. <property name="enabled">
  25. <bool>false</bool>
  26. </property>
  27. <property name="text">
  28. <string>New</string>
  29. </property>
  30. <property name="icon">
  31. <iconset>
  32. <normaloff>:/16x16/actions/oxygen/16x16/actions/list-add.png</normaloff>:/16x16/actions/oxygen/16x16/actions/list-add.png</iconset>
  33. </property>
  34. </widget>
  35. </item>
  36. <item>
  37. <widget class="QPushButton" name="deleteIgnoreRuleButton">
  38. <property name="enabled">
  39. <bool>false</bool>
  40. </property>
  41. <property name="text">
  42. <string>Delete</string>
  43. </property>
  44. <property name="icon">
  45. <iconset>
  46. <normaloff>:/16x16/actions/oxygen/16x16/actions/edit-delete.png</normaloff>:/16x16/actions/oxygen/16x16/actions/edit-delete.png</iconset>
  47. </property>
  48. </widget>
  49. </item>
  50. <item>
  51. <widget class="QPushButton" name="editIgnoreRuleButton">
  52. <property name="enabled">
  53. <bool>false</bool>
  54. </property>
  55. <property name="text">
  56. <string>&amp;Edit</string>
  57. </property>
  58. <property name="icon">
  59. <iconset>
  60. <normaloff>:/16x16/actions/oxygen/16x16/actions/edit-delete.png</normaloff>:/16x16/actions/oxygen/16x16/actions/edit-delete.png</iconset>
  61. </property>
  62. </widget>
  63. </item>
  64. <item>
  65. <spacer name="horizontalSpacer">
  66. <property name="orientation">
  67. <enum>Qt::Horizontal</enum>
  68. </property>
  69. <property name="sizeHint" stdset="0">
  70. <size>
  71. <width>40</width>
  72. <height>20</height>
  73. </size>
  74. </property>
  75. </spacer>
  76. </item>
  77. </layout>
  78. </item>
  79. </layout>
  80. </widget>
  81. <resources/>
  82. <connections/>
  83. </ui>