commandLineDlg.ui 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>commandLineDlg</class>
  4. <widget class="QDialog" name="commandLineDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>250</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>CloudCompare - command line mode</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QListWidget" name="consoleWidget">
  19. <property name="sizePolicy">
  20. <sizepolicy hsizetype="Ignored" vsizetype="Ignored">
  21. <horstretch>0</horstretch>
  22. <verstretch>0</verstretch>
  23. </sizepolicy>
  24. </property>
  25. <property name="minimumSize">
  26. <size>
  27. <width>0</width>
  28. <height>80</height>
  29. </size>
  30. </property>
  31. <property name="alternatingRowColors">
  32. <bool>true</bool>
  33. </property>
  34. <property name="selectionMode">
  35. <enum>QAbstractItemView::SingleSelection</enum>
  36. </property>
  37. </widget>
  38. </item>
  39. </layout>
  40. </widget>
  41. <resources/>
  42. <connections/>
  43. </ui>