MacInstallDialog.ui 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <ui version="4.0" >
  2. <class>Dialog</class>
  3. <widget class="QDialog" name="Dialog" >
  4. <property name="geometry" >
  5. <rect>
  6. <x>0</x>
  7. <y>0</y>
  8. <width>470</width>
  9. <height>159</height>
  10. </rect>
  11. </property>
  12. <property name="windowTitle" >
  13. <string>Install Command Line Tools</string>
  14. </property>
  15. <layout class="QGridLayout" >
  16. <property name="margin" >
  17. <number>9</number>
  18. </property>
  19. <property name="spacing" >
  20. <number>6</number>
  21. </property>
  22. <item row="3" column="1" >
  23. <spacer>
  24. <property name="orientation" >
  25. <enum>Qt::Vertical</enum>
  26. </property>
  27. <property name="sizeHint" >
  28. <size>
  29. <width>20</width>
  30. <height>40</height>
  31. </size>
  32. </property>
  33. </spacer>
  34. </item>
  35. <item row="2" column="0" colspan="3" >
  36. <layout class="QHBoxLayout" >
  37. <property name="margin" >
  38. <number>0</number>
  39. </property>
  40. <property name="spacing" >
  41. <number>6</number>
  42. </property>
  43. <item>
  44. <spacer>
  45. <property name="orientation" >
  46. <enum>Qt::Horizontal</enum>
  47. </property>
  48. <property name="sizeHint" >
  49. <size>
  50. <width>40</width>
  51. <height>20</height>
  52. </size>
  53. </property>
  54. </spacer>
  55. </item>
  56. <item>
  57. <widget class="QPushButton" name="skipInstallButton" >
  58. <property name="text" >
  59. <string>Skip Install Command Line </string>
  60. </property>
  61. </widget>
  62. </item>
  63. <item>
  64. <widget class="QPushButton" name="doInstallButton" >
  65. <property name="text" >
  66. <string>Install Command Line Links</string>
  67. </property>
  68. </widget>
  69. </item>
  70. </layout>
  71. </item>
  72. <item row="0" column="2" >
  73. <widget class="QPushButton" name="choosePathButton" >
  74. <property name="text" >
  75. <string>Choose...</string>
  76. </property>
  77. </widget>
  78. </item>
  79. <item row="0" column="0" >
  80. <widget class="QLabel" name="label" >
  81. <property name="text" >
  82. <string>Install Folder:</string>
  83. </property>
  84. </widget>
  85. </item>
  86. <item row="0" column="1" >
  87. <widget class="QLineEdit" name="InstallPrefix" />
  88. </item>
  89. <item row="1" column="0" colspan="3" >
  90. <widget class="QLabel" name="label_2" >
  91. <property name="text" >
  92. <string>This will create symbolic links to the command line tools of cmake into the specified install folder.</string>
  93. </property>
  94. <property name="wordWrap" >
  95. <bool>true</bool>
  96. </property>
  97. </widget>
  98. </item>
  99. </layout>
  100. </widget>
  101. <resources/>
  102. <connections/>
  103. </ui>