| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>MainWindow</class> |
| <widget class="QMainWindow" name="MainWindow"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>740</width> |
| <height>613</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>Meson</string> |
| </property> |
| <widget class="QWidget" name="centralwidget"> |
| <layout class="QGridLayout" name="gridLayout"> |
| <item row="0" column="0"> |
| <widget class="QLabel" name="label"> |
| <property name="text"> |
| <string>Project</string> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="1"> |
| <widget class="QLabel" name="project_label"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
| <horstretch>1</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="text"> |
| <string>TextLabel</string> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="0"> |
| <widget class="QLabel" name="label_3"> |
| <property name="text"> |
| <string>Source directory</string> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="1"> |
| <widget class="QLabel" name="srcdir_label"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
| <horstretch>1</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="text"> |
| <string>TextLabel</string> |
| </property> |
| </widget> |
| </item> |
| <item row="2" column="0"> |
| <widget class="QLabel" name="label_5"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="text"> |
| <string>Build directory</string> |
| </property> |
| </widget> |
| </item> |
| <item row="2" column="1"> |
| <widget class="QLabel" name="builddir_label"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
| <horstretch>1</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="text"> |
| <string>TextLabel</string> |
| </property> |
| </widget> |
| </item> |
| <item row="3" column="0"> |
| <widget class="QLabel" name="label_7"> |
| <property name="text"> |
| <string>Build type</string> |
| </property> |
| </widget> |
| </item> |
| <item row="3" column="1"> |
| <widget class="QLabel" name="buildtype_label"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
| <horstretch>1</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="text"> |
| <string>TextLabel</string> |
| </property> |
| </widget> |
| </item> |
| <item row="4" column="0"> |
| <widget class="QLabel" name="label_2"> |
| <property name="text"> |
| <string>Backend</string> |
| </property> |
| </widget> |
| </item> |
| <item row="4" column="1"> |
| <widget class="QLabel" name="backend_label"> |
| <property name="text"> |
| <string>Ninja</string> |
| </property> |
| </widget> |
| </item> |
| <item row="5" column="0" colspan="2"> |
| <widget class="QTabWidget" name="tabWidget"> |
| <property name="currentIndex"> |
| <number>2</number> |
| </property> |
| <widget class="QWidget" name="core_tab"> |
| <attribute name="title"> |
| <string>Core data</string> |
| </attribute> |
| <layout class="QGridLayout" name="gridLayout_6"> |
| <item row="0" column="0"> |
| <widget class="QTreeView" name="core_view"/> |
| </item> |
| </layout> |
| </widget> |
| <widget class="QWidget" name="path_tab"> |
| <attribute name="title"> |
| <string>Paths</string> |
| </attribute> |
| <layout class="QGridLayout" name="gridLayout_3"> |
| <item row="0" column="0"> |
| <widget class="QTreeView" name="path_view"/> |
| </item> |
| </layout> |
| </widget> |
| <widget class="QWidget" name="option_tab"> |
| <attribute name="title"> |
| <string>Options</string> |
| </attribute> |
| <layout class="QGridLayout" name="gridLayout_4"> |
| <item row="0" column="0"> |
| <layout class="QFormLayout" name="option_form"/> |
| </item> |
| </layout> |
| </widget> |
| <widget class="QWidget" name="dependency_tab"> |
| <attribute name="title"> |
| <string>Dependencies</string> |
| </attribute> |
| <layout class="QGridLayout" name="gridLayout_5"> |
| <item row="0" column="0"> |
| <widget class="QTreeView" name="dep_view"/> |
| </item> |
| </layout> |
| </widget> |
| <widget class="QWidget" name="target_tab"> |
| <attribute name="title"> |
| <string>Build targets</string> |
| </attribute> |
| <layout class="QGridLayout" name="gridLayout_2"> |
| <item row="0" column="0"> |
| <widget class="QTreeView" name="target_view"/> |
| </item> |
| </layout> |
| </widget> |
| </widget> |
| </item> |
| <item row="6" column="0" colspan="2"> |
| <layout class="QHBoxLayout" name="horizontalLayout"> |
| <item> |
| <widget class="QPushButton" name="save_button"> |
| <property name="text"> |
| <string>Save</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="compile_button"> |
| <property name="text"> |
| <string>Compile</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="test_button"> |
| <property name="text"> |
| <string>Run tests</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="install_button"> |
| <property name="text"> |
| <string>Install</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="clean_button"> |
| <property name="text"> |
| <string>Clean</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </widget> |
| <widget class="QMenuBar" name="menubar"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>740</width> |
| <height>25</height> |
| </rect> |
| </property> |
| <widget class="QMenu" name="menuFile"> |
| <property name="title"> |
| <string>File</string> |
| </property> |
| <addaction name="actionSave"/> |
| <addaction name="actionQuit"/> |
| </widget> |
| <addaction name="menuFile"/> |
| </widget> |
| <widget class="QStatusBar" name="statusbar"/> |
| <action name="actionSave"> |
| <property name="text"> |
| <string>&Save</string> |
| </property> |
| </action> |
| <action name="actionQuit"> |
| <property name="text"> |
| <string>&Quit</string> |
| </property> |
| </action> |
| </widget> |
| <resources/> |
| <connections/> |
| </ui> |