138 lines
4 KiB
XML
138 lines
4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>SettingsNodejs</class>
|
|
<widget class="QWidget" name="SettingsNodejs">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>501</width>
|
|
<height>300</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<layout class="QFormLayout" name="formLayout">
|
|
<item row="0" column="0" colspan="2">
|
|
<widget class="HelpSpoiler" name="m_helpInfo" native="true"/>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>Node.js executable</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>m_tbNodeExecutable</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="LineEditWithStatus" name="m_tbNodeExecutable" native="true"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="m_btnNodeExecutable">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Browse</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="text">
|
|
<string>NPM executable</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>m_tbNpmExecutable</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<item>
|
|
<widget class="LineEditWithStatus" name="m_tbNpmExecutable" native="true"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="m_btnNpmExecutable">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Browse</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="text">
|
|
<string>Package folder </string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>m_tbPackageFolder</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="1">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
<item>
|
|
<widget class="LineEditWithStatus" name="m_tbPackageFolder" native="true"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="m_btnPackageFolder">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Browse</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="5" column="0" colspan="2">
|
|
<widget class="HelpSpoiler" name="m_helpPackages" native="true"/>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QPushButton" name="m_btnDownloadNodejs">
|
|
<property name="text">
|
|
<string>&Download Node.js</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>HelpSpoiler</class>
|
|
<extends>QWidget</extends>
|
|
<header>helpspoiler.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>LineEditWithStatus</class>
|
|
<extends>QWidget</extends>
|
|
<header>lineeditwithstatus.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|