This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
AudioGameGUI/mainwindow.ui
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
459 lines (459 sloc)
13.7 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>472</width> | |
<height>643</height> | |
</rect> | |
</property> | |
<property name="windowTitle"> | |
<string>MainWindow</string> | |
</property> | |
<widget class="QWidget" name="centralWidget"> | |
<layout class="QGridLayout" name="gridLayout"> | |
<item row="2" column="0"> | |
<widget class="QGroupBox" name="groupBox"> | |
<property name="title"> | |
<string>File Export Settings</string> | |
</property> | |
<layout class="QGridLayout" name="gridLayout_2"> | |
<item row="1" column="1" colspan="2"> | |
<layout class="QVBoxLayout" name="verticalLayout"> | |
<property name="leftMargin"> | |
<number>10</number> | |
</property> | |
<property name="rightMargin"> | |
<number>10</number> | |
</property> | |
<property name="bottomMargin"> | |
<number>20</number> | |
</property> | |
<item> | |
<widget class="QLabel" name="label"> | |
<property name="text"> | |
<string>Folder</string> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<layout class="QHBoxLayout" name="horizontalLayout"> | |
<property name="leftMargin"> | |
<number>0</number> | |
</property> | |
<item> | |
<widget class="QLineEdit" name="lineEdit_outputFolder"/> | |
</item> | |
<item> | |
<widget class="QPushButton" name="pushButton_selectOutputFolder"> | |
<property name="text"> | |
<string>Select</string> | |
</property> | |
</widget> | |
</item> | |
</layout> | |
</item> | |
<item> | |
<widget class="QLabel" name="label_2"> | |
<property name="text"> | |
<string>Filename</string> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<layout class="QHBoxLayout" name="horizontalLayout_2"> | |
<property name="topMargin"> | |
<number>10</number> | |
</property> | |
<item> | |
<widget class="QLineEdit" name="lineEdit_outputFilename"/> | |
</item> | |
<item> | |
<widget class="QCheckBox" name="checkBox_autoFilename"> | |
<property name="text"> | |
<string>auto</string> | |
</property> | |
</widget> | |
</item> | |
</layout> | |
</item> | |
</layout> | |
</item> | |
</layout> | |
</widget> | |
</item> | |
<item row="3" column="0"> | |
<widget class="QGroupBox" name="groupBox_2"> | |
<property name="title"> | |
<string>Experiment Settings</string> | |
</property> | |
<layout class="QGridLayout" name="gridLayout_3"> | |
<item row="0" column="0" colspan="2"> | |
<layout class="QVBoxLayout" name="verticalLayout_7"> | |
<property name="topMargin"> | |
<number>10</number> | |
</property> | |
<property name="bottomMargin"> | |
<number>10</number> | |
</property> | |
<item> | |
<widget class="QLabel" name="label_3"> | |
<property name="font"> | |
<font> | |
<weight>75</weight> | |
<bold>true</bold> | |
</font> | |
</property> | |
<property name="text"> | |
<string>positive</string> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<layout class="QHBoxLayout" name="horizontalLayout_3"> | |
<property name="bottomMargin"> | |
<number>0</number> | |
</property> | |
<item> | |
<widget class="QLineEdit" name="lineEdit_filePositive"/> | |
</item> | |
<item> | |
<widget class="QPushButton" name="pushButton_selectFilePositive"> | |
<property name="text"> | |
<string>select file</string> | |
</property> | |
</widget> | |
</item> | |
</layout> | |
</item> | |
<item> | |
<layout class="QHBoxLayout" name="horizontalLayout_9"> | |
<property name="bottomMargin"> | |
<number>10</number> | |
</property> | |
<item> | |
<widget class="QLabel" name="label_4"> | |
<property name="text"> | |
<string>duration [sec]</string> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<widget class="QLineEdit" name="lineEdit_soundDurationPositive"/> | |
</item> | |
<item> | |
<widget class="QLabel" name="label_5"> | |
<property name="text"> | |
<string>repeats</string> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<widget class="QLineEdit" name="lineEdit_repeatPositive"/> | |
</item> | |
</layout> | |
</item> | |
</layout> | |
</item> | |
<item row="3" column="0" colspan="2"> | |
<layout class="QHBoxLayout" name="horizontalLayout_10"> | |
<property name="leftMargin"> | |
<number>0</number> | |
</property> | |
<property name="bottomMargin"> | |
<number>10</number> | |
</property> | |
<item> | |
<layout class="QVBoxLayout" name="verticalLayout_4"> | |
<item> | |
<widget class="QLabel" name="label_8"> | |
<property name="text"> | |
<string>pre-delay [sec]</string> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<widget class="QLabel" name="label_10"> | |
<property name="text"> | |
<string>pre-stimulus [sec]</string> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<widget class="QLabel" name="label_11"> | |
<property name="text"> | |
<string>licks to reward</string> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<widget class="QLabel" name="label_12"> | |
<property name="text"> | |
<string>ITI [sec]</string> | |
</property> | |
</widget> | |
</item> | |
</layout> | |
</item> | |
<item> | |
<layout class="QVBoxLayout" name="verticalLayout_3"> | |
<item> | |
<widget class="QLineEdit" name="lineEdit_preDelay"/> | |
</item> | |
<item> | |
<widget class="QLineEdit" name="lineEdit_preImaq"/> | |
</item> | |
<item> | |
<widget class="QLineEdit" name="lineEdit_licksToReward"/> | |
</item> | |
<item> | |
<widget class="QLineEdit" name="lineEdit_iti"/> | |
</item> | |
</layout> | |
</item> | |
<item> | |
<layout class="QVBoxLayout" name="verticalLayout_2"> | |
<property name="leftMargin"> | |
<number>10</number> | |
</property> | |
<item> | |
<widget class="QLabel" name="label_9"> | |
<property name="text"> | |
<string>trial sequence</string> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<widget class="QComboBox" name="comboBox_trialSequence"> | |
<item> | |
<property name="text"> | |
<string>alternating</string> | |
</property> | |
</item> | |
<item> | |
<property name="text"> | |
<string>sorted</string> | |
</property> | |
</item> | |
<item> | |
<property name="text"> | |
<string>shuffled</string> | |
</property> | |
</item> | |
</widget> | |
</item> | |
<item> | |
<spacer name="verticalSpacer_2"> | |
<property name="orientation"> | |
<enum>Qt::Vertical</enum> | |
</property> | |
<property name="sizeHint" stdset="0"> | |
<size> | |
<width>20</width> | |
<height>40</height> | |
</size> | |
</property> | |
</spacer> | |
</item> | |
<item> | |
<layout class="QVBoxLayout" name="verticalLayout_5"> | |
<item> | |
<widget class="QCheckBox" name="checkBox_itiExternal"> | |
<property name="text"> | |
<string>external ITI</string> | |
</property> | |
</widget> | |
</item> | |
</layout> | |
</item> | |
</layout> | |
</item> | |
</layout> | |
</item> | |
<item row="2" column="0" colspan="2"> | |
<layout class="QVBoxLayout" name="verticalLayout_8"> | |
<property name="bottomMargin"> | |
<number>10</number> | |
</property> | |
<item> | |
<widget class="QLabel" name="label_7"> | |
<property name="font"> | |
<font> | |
<weight>75</weight> | |
<bold>true</bold> | |
</font> | |
</property> | |
<property name="text"> | |
<string>negative</string> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<layout class="QHBoxLayout" name="horizontalLayout_5"> | |
<property name="bottomMargin"> | |
<number>10</number> | |
</property> | |
<item> | |
<widget class="QLineEdit" name="lineEdit_fileNegative"/> | |
</item> | |
<item> | |
<widget class="QPushButton" name="pushButton_selectFileNegative"> | |
<property name="text"> | |
<string>select file</string> | |
</property> | |
</widget> | |
</item> | |
</layout> | |
</item> | |
<item> | |
<layout class="QHBoxLayout" name="horizontalLayout_6"> | |
<property name="bottomMargin"> | |
<number>10</number> | |
</property> | |
<item> | |
<widget class="QLabel" name="label_6"> | |
<property name="text"> | |
<string>duration [sec]</string> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<widget class="QLineEdit" name="lineEdit_soundDurationNegative"/> | |
</item> | |
<item> | |
<widget class="QLabel" name="label_13"> | |
<property name="text"> | |
<string>repeats</string> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<widget class="QLineEdit" name="lineEdit_repeatNegative"/> | |
</item> | |
</layout> | |
</item> | |
<item> | |
<widget class="Line" name="line_2"> | |
<property name="orientation"> | |
<enum>Qt::Horizontal</enum> | |
</property> | |
</widget> | |
</item> | |
</layout> | |
</item> | |
<item row="1" column="0" colspan="2"> | |
<widget class="Line" name="line"> | |
<property name="orientation"> | |
<enum>Qt::Horizontal</enum> | |
</property> | |
</widget> | |
</item> | |
</layout> | |
</widget> | |
</item> | |
<item row="4" column="0"> | |
<layout class="QHBoxLayout" name="horizontalLayout_4"> | |
<property name="topMargin"> | |
<number>10</number> | |
</property> | |
<item> | |
<widget class="QPushButton" name="pushButton_Run"> | |
<property name="text"> | |
<string>Run</string> | |
</property> | |
<property name="checkable"> | |
<bool>false</bool> | |
</property> | |
<property name="checked"> | |
<bool>false</bool> | |
</property> | |
<property name="flat"> | |
<bool>false</bool> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<widget class="QPushButton" name="pushButton_Pause"> | |
<property name="text"> | |
<string>Pause</string> | |
</property> | |
<property name="checkable"> | |
<bool>true</bool> | |
</property> | |
</widget> | |
</item> | |
<item> | |
<widget class="QPushButton" name="pushButton_Stop"> | |
<property name="text"> | |
<string>Stop</string> | |
</property> | |
</widget> | |
</item> | |
</layout> | |
</item> | |
<item row="0" column="0"> | |
<layout class="QHBoxLayout" name="horizontalLayout_7"> | |
<property name="topMargin"> | |
<number>0</number> | |
</property> | |
<item> | |
<spacer name="horizontalSpacer"> | |
<property name="orientation"> | |
<enum>Qt::Horizontal</enum> | |
</property> | |
<property name="sizeHint" stdset="0"> | |
<size> | |
<width>40</width> | |
<height>20</height> | |
</size> | |
</property> | |
</spacer> | |
</item> | |
<item> | |
<widget class="QPushButton" name="pushButton_about"> | |
<property name="maximumSize"> | |
<size> | |
<width>25</width> | |
<height>25</height> | |
</size> | |
</property> | |
<property name="text"> | |
<string>?</string> | |
</property> | |
</widget> | |
</item> | |
</layout> | |
</item> | |
</layout> | |
</widget> | |
<widget class="QStatusBar" name="statusBar"/> | |
</widget> | |
<layoutdefault spacing="6" margin="11"/> | |
<tabstops> | |
<tabstop>lineEdit_outputFolder</tabstop> | |
<tabstop>pushButton_selectOutputFolder</tabstop> | |
<tabstop>lineEdit_outputFilename</tabstop> | |
<tabstop>checkBox_autoFilename</tabstop> | |
<tabstop>lineEdit_filePositive</tabstop> | |
<tabstop>pushButton_selectFilePositive</tabstop> | |
<tabstop>lineEdit_soundDurationPositive</tabstop> | |
<tabstop>lineEdit_repeatPositive</tabstop> | |
<tabstop>lineEdit_fileNegative</tabstop> | |
<tabstop>pushButton_selectFileNegative</tabstop> | |
<tabstop>lineEdit_soundDurationNegative</tabstop> | |
<tabstop>lineEdit_repeatNegative</tabstop> | |
<tabstop>lineEdit_preDelay</tabstop> | |
<tabstop>lineEdit_preImaq</tabstop> | |
<tabstop>lineEdit_licksToReward</tabstop> | |
<tabstop>lineEdit_iti</tabstop> | |
<tabstop>comboBox_trialSequence</tabstop> | |
<tabstop>checkBox_itiExternal</tabstop> | |
<tabstop>pushButton_Run</tabstop> | |
<tabstop>pushButton_Stop</tabstop> | |
</tabstops> | |
<resources/> | |
<connections/> | |
</ui> |