PageRenderTime 11ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/viewHex_dialog.ui

http://ewitool.googlecode.com/
Unknown | 98 lines | 98 code | 0 blank | 0 comment | 0 complexity | 78350256e7536624bafc4439dd63dd0c MD5 | raw file
  1. <ui version="4.0" >
  2. <class>viewHex_dialog</class>
  3. <widget class="QDialog" name="viewHex_dialog" >
  4. <property name="windowModality" >
  5. <enum>Qt::ApplicationModal</enum>
  6. </property>
  7. <property name="geometry" >
  8. <rect>
  9. <x>0</x>
  10. <y>0</y>
  11. <width>400</width>
  12. <height>462</height>
  13. </rect>
  14. </property>
  15. <property name="windowTitle" >
  16. <string>EWItool - View Patch in Hex</string>
  17. </property>
  18. <widget class="QDialogButtonBox" name="buttonBox" >
  19. <property name="geometry" >
  20. <rect>
  21. <x>300</x>
  22. <y>20</y>
  23. <width>81</width>
  24. <height>241</height>
  25. </rect>
  26. </property>
  27. <property name="orientation" >
  28. <enum>Qt::Vertical</enum>
  29. </property>
  30. <property name="standardButtons" >
  31. <set>QDialogButtonBox::Ok</set>
  32. </property>
  33. </widget>
  34. <widget class="QTextEdit" name="textEdit" >
  35. <property name="geometry" >
  36. <rect>
  37. <x>20</x>
  38. <y>20</y>
  39. <width>261</width>
  40. <height>431</height>
  41. </rect>
  42. </property>
  43. <property name="font" >
  44. <font>
  45. <family>Monospace</family>
  46. <kerning>false</kerning>
  47. </font>
  48. </property>
  49. <property name="cursor" stdset="0" >
  50. <cursorShape>IBeamCursor</cursorShape>
  51. </property>
  52. <property name="undoRedoEnabled" >
  53. <bool>false</bool>
  54. </property>
  55. <property name="lineWrapMode" >
  56. <enum>QTextEdit::WidgetWidth</enum>
  57. </property>
  58. <property name="readOnly" >
  59. <bool>true</bool>
  60. </property>
  61. </widget>
  62. </widget>
  63. <resources/>
  64. <connections>
  65. <connection>
  66. <sender>buttonBox</sender>
  67. <signal>accepted()</signal>
  68. <receiver>viewHex_dialog</receiver>
  69. <slot>accept()</slot>
  70. <hints>
  71. <hint type="sourcelabel" >
  72. <x>248</x>
  73. <y>254</y>
  74. </hint>
  75. <hint type="destinationlabel" >
  76. <x>157</x>
  77. <y>274</y>
  78. </hint>
  79. </hints>
  80. </connection>
  81. <connection>
  82. <sender>buttonBox</sender>
  83. <signal>rejected()</signal>
  84. <receiver>viewHex_dialog</receiver>
  85. <slot>reject()</slot>
  86. <hints>
  87. <hint type="sourcelabel" >
  88. <x>316</x>
  89. <y>260</y>
  90. </hint>
  91. <hint type="destinationlabel" >
  92. <x>286</x>
  93. <y>274</y>
  94. </hint>
  95. </hints>
  96. </connection>
  97. </connections>
  98. </ui>