functions.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <ui version="4.0" stdsetdef="1" >
  2. <author></author>
  3. <comment></comment>
  4. <exportmacro></exportmacro>
  5. <class>FunctionDialog</class>
  6. <widget class="QDialog" name="FunctionDialog" >
  7. <property name="geometry" >
  8. <rect>
  9. <x>0</x>
  10. <y>0</y>
  11. <width>494</width>
  12. <height>377</height>
  13. </rect>
  14. </property>
  15. <property name="windowTitle" >
  16. <string>Functions</string>
  17. </property>
  18. <layout class="QHBoxLayout" >
  19. <item>
  20. <widget class="Q3ListBox" name="functionListBox" />
  21. </item>
  22. <item>
  23. <layout class="QVBoxLayout" >
  24. <property name="margin" >
  25. <number>0</number>
  26. </property>
  27. <item>
  28. <widget class="KPushButton" name="prototypeButton" >
  29. <property name="enabled" >
  30. <bool>false</bool>
  31. </property>
  32. <property name="text" >
  33. <string>&amp;Prototype</string>
  34. </property>
  35. <property name="shortcut" >
  36. <string>Alt+P</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item>
  41. <widget class="KPushButton" name="implementationButton" >
  42. <property name="enabled" >
  43. <bool>false</bool>
  44. </property>
  45. <property name="text" >
  46. <string>&amp;Implementation</string>
  47. </property>
  48. <property name="shortcut" >
  49. <string>Alt+I</string>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <spacer name="spacer50" >
  55. <property name="sizeHint" >
  56. <size>
  57. <width>20</width>
  58. <height>331</height>
  59. </size>
  60. </property>
  61. <property name="sizeType" >
  62. <enum>Expanding</enum>
  63. </property>
  64. <property name="orientation" >
  65. <enum>Vertical</enum>
  66. </property>
  67. </spacer>
  68. </item>
  69. <item>
  70. <widget class="KPushButton" name="cancelButton" >
  71. <property name="text" >
  72. <string>&amp;Cancel</string>
  73. </property>
  74. <property name="shortcut" >
  75. <string>Alt+C</string>
  76. </property>
  77. <property name="autoDefault" >
  78. <bool>true</bool>
  79. </property>
  80. <property name="stdItem" stdset="0" >
  81. <number>2</number>
  82. </property>
  83. </widget>
  84. </item>
  85. </layout>
  86. </item>
  87. </layout>
  88. </widget>
  89. <layoutdefault spacing="6" margin="11" />
  90. <includes>
  91. <include location="local" >kpushbutton.h</include>
  92. <include location="local" >kpushbutton.h</include>
  93. <include location="local" >kpushbutton.h</include>
  94. </includes>
  95. <connections>
  96. <connection>
  97. <sender>cancelButton</sender>
  98. <signal>clicked()</signal>
  99. <receiver>FunctionDialog</receiver>
  100. <slot>reject()</slot>
  101. </connection>
  102. </connections>
  103. </ui>