functions.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <ui version="4.0" >
  2. <class>FunctionDialog</class>
  3. <widget class="QDialog" name="FunctionDialog" >
  4. <property name="geometry" >
  5. <rect>
  6. <x>0</x>
  7. <y>0</y>
  8. <width>494</width>
  9. <height>377</height>
  10. </rect>
  11. </property>
  12. <property name="windowTitle" >
  13. <string>Functions</string>
  14. </property>
  15. <layout class="QHBoxLayout" >
  16. <item>
  17. <widget class="Q3ListBox" name="functionListBox" />
  18. </item>
  19. <item>
  20. <layout class="QVBoxLayout" >
  21. <property name="leftMargin" >
  22. <number>0</number>
  23. </property>
  24. <property name="topMargin" >
  25. <number>0</number>
  26. </property>
  27. <property name="rightMargin" >
  28. <number>0</number>
  29. </property>
  30. <property name="bottomMargin" >
  31. <number>0</number>
  32. </property>
  33. <item>
  34. <widget class="KPushButton" name="prototypeButton" >
  35. <property name="enabled" >
  36. <bool>false</bool>
  37. </property>
  38. <property name="text" >
  39. <string>&amp;Prototype</string>
  40. </property>
  41. <property name="shortcut" >
  42. <string>Alt+P</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <widget class="KPushButton" name="implementationButton" >
  48. <property name="enabled" >
  49. <bool>false</bool>
  50. </property>
  51. <property name="text" >
  52. <string>&amp;Implementation</string>
  53. </property>
  54. <property name="shortcut" >
  55. <string>Alt+I</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <spacer>
  61. <property name="orientation" >
  62. <enum>Qt::Vertical</enum>
  63. </property>
  64. <property name="sizeType" >
  65. <enum>QSizePolicy::Expanding</enum>
  66. </property>
  67. <property name="sizeHint" >
  68. <size>
  69. <width>20</width>
  70. <height>331</height>
  71. </size>
  72. </property>
  73. </spacer>
  74. </item>
  75. <item>
  76. <widget class="KPushButton" name="cancelButton" >
  77. <property name="text" >
  78. <string>&amp;Cancel</string>
  79. </property>
  80. <property name="shortcut" >
  81. <string>Alt+C</string>
  82. </property>
  83. <property name="autoDefault" >
  84. <bool>true</bool>
  85. </property>
  86. </widget>
  87. </item>
  88. </layout>
  89. </item>
  90. </layout>
  91. </widget>
  92. <layoutdefault spacing="6" margin="11" />
  93. <customwidgets>
  94. <customwidget>
  95. <class>KPushButton</class>
  96. <extends>QPushButton</extends>
  97. <header>kpushbutton.h</header>
  98. </customwidget>
  99. <customwidget>
  100. <class>Q3ListBox</class>
  101. <extends>Q3Frame</extends>
  102. <header>q3listbox.h</header>
  103. </customwidget>
  104. </customwidgets>
  105. <includes>
  106. <include location="local" >kpushbutton.h</include>
  107. <include location="local" >kpushbutton.h</include>
  108. <include location="local" >kpushbutton.h</include>
  109. </includes>
  110. <resources/>
  111. <connections>
  112. <connection>
  113. <sender>cancelButton</sender>
  114. <signal>clicked()</signal>
  115. <receiver>FunctionDialog</receiver>
  116. <slot>reject()</slot>
  117. <hints>
  118. <hint type="sourcelabel" >
  119. <x>20</x>
  120. <y>20</y>
  121. </hint>
  122. <hint type="destinationlabel" >
  123. <x>20</x>
  124. <y>20</y>
  125. </hint>
  126. </hints>
  127. </connection>
  128. </connections>
  129. </ui>