functions.ui 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
  2. <class>FunctionDialog</class>
  3. <widget class="QDialog">
  4. <property name="name">
  5. <cstring>FunctionDialog</cstring>
  6. </property>
  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="caption">
  16. <string>Functions</string>
  17. </property>
  18. <hbox>
  19. <property name="name">
  20. <cstring>unnamed</cstring>
  21. </property>
  22. <widget class="QListBox">
  23. <property name="name">
  24. <cstring>functionListBox</cstring>
  25. </property>
  26. </widget>
  27. <widget class="QLayoutWidget">
  28. <property name="name">
  29. <cstring>layout43</cstring>
  30. </property>
  31. <vbox>
  32. <property name="name">
  33. <cstring>unnamed</cstring>
  34. </property>
  35. <widget class="KPushButton">
  36. <property name="name">
  37. <cstring>prototypeButton</cstring>
  38. </property>
  39. <property name="enabled">
  40. <bool>false</bool>
  41. </property>
  42. <property name="text">
  43. <string>&amp;Prototype</string>
  44. </property>
  45. <property name="accel">
  46. <string>Alt+P</string>
  47. </property>
  48. </widget>
  49. <widget class="KPushButton">
  50. <property name="name">
  51. <cstring>implementationButton</cstring>
  52. </property>
  53. <property name="enabled">
  54. <bool>false</bool>
  55. </property>
  56. <property name="text">
  57. <string>&amp;Implementation</string>
  58. </property>
  59. <property name="accel">
  60. <string>Alt+I</string>
  61. </property>
  62. </widget>
  63. <spacer>
  64. <property name="name">
  65. <cstring>spacer50</cstring>
  66. </property>
  67. <property name="orientation">
  68. <enum>Vertical</enum>
  69. </property>
  70. <property name="sizeType">
  71. <enum>Expanding</enum>
  72. </property>
  73. <property name="sizeHint">
  74. <size>
  75. <width>20</width>
  76. <height>331</height>
  77. </size>
  78. </property>
  79. </spacer>
  80. <widget class="KPushButton">
  81. <property name="name">
  82. <cstring>cancelButton</cstring>
  83. </property>
  84. <property name="text">
  85. <string>&amp;Cancel</string>
  86. </property>
  87. <property name="accel">
  88. <string>Alt+C</string>
  89. </property>
  90. <property name="autoDefault">
  91. <bool>true</bool>
  92. </property>
  93. <property name="stdItem" stdset="0">
  94. <number>2</number>
  95. </property>
  96. </widget>
  97. </vbox>
  98. </widget>
  99. </hbox>
  100. </widget>
  101. <connections>
  102. <connection>
  103. <sender>cancelButton</sender>
  104. <signal>clicked()</signal>
  105. <receiver>FunctionDialog</receiver>
  106. <slot>reject()</slot>
  107. </connection>
  108. </connections>
  109. <includes>
  110. <include location="local" impldecl="in implementation">functions.ui.h</include>
  111. </includes>
  112. <slots>
  113. <slot>accept()</slot>
  114. </slots>
  115. <pixmapinproject/>
  116. <layoutdefaults spacing="6" margin="11"/>
  117. <includehints>
  118. <includehint>kpushbutton.h</includehint>
  119. <includehint>kpushbutton.h</includehint>
  120. <includehint>kpushbutton.h</includehint>
  121. </includehints>
  122. </UI>