mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 11:23:20 +02:00
280 lines
6 KiB
XML
280 lines
6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>TestRailTestCasesSelectorWindow</class>
|
|
<widget class="QDialog" name="TestRailTestCasesSelectorWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>489</width>
|
|
<height>474</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>TestRail Test Case Selector Window</string>
|
|
</property>
|
|
<widget class="QLabel" name="errorLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>850</y>
|
|
<width>500</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>similarity</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>125</y>
|
|
<width>121</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>TestRail Password</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>25</y>
|
|
<width>121</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>TestRail URL</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="OKButton">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>420</y>
|
|
<width>93</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>OK</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="cancelButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>280</x>
|
|
<y>420</y>
|
|
<width>93</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Cancel</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="passwordLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>120</y>
|
|
<width>231</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="echoMode">
|
|
<enum>QLineEdit::Password</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>75</y>
|
|
<width>121</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>TestRail User</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="projectIDLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>170</y>
|
|
<width>231</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="echoMode">
|
|
<enum>QLineEdit::Normal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>175</y>
|
|
<width>121</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>TestRail Project ID</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="acceptButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>270</y>
|
|
<width>231</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Accept</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="releasesComboBox">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>350</y>
|
|
<width>161</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="releasesLabel">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>80</x>
|
|
<y>350</y>
|
|
<width>181</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>TestRail Added for Release</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="urlLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>20</y>
|
|
<width>231</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="echoMode">
|
|
<enum>QLineEdit::Normal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="userLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>70</y>
|
|
<width>231</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="echoMode">
|
|
<enum>QLineEdit::Normal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="suiteIDLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>215</y>
|
|
<width>231</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="echoMode">
|
|
<enum>QLineEdit::Normal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>220</y>
|
|
<width>121</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>TestRail Suite ID</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<tabstops>
|
|
<tabstop>urlLineEdit</tabstop>
|
|
<tabstop>userLineEdit</tabstop>
|
|
<tabstop>passwordLineEdit</tabstop>
|
|
<tabstop>projectIDLineEdit</tabstop>
|
|
<tabstop>suiteIDLineEdit</tabstop>
|
|
<tabstop>acceptButton</tabstop>
|
|
<tabstop>releasesComboBox</tabstop>
|
|
<tabstop>OKButton</tabstop>
|
|
<tabstop>cancelButton</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|