WIP - adding AWS interface.

This commit is contained in:
NissimHadar 2018-10-03 17:19:45 -07:00
parent b962212ca0
commit 2cb0b2ea8d

View file

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>737</width>
<height>864</height>
<width>720</width>
<height>870</height>
</rect>
</property>
<property name="sizePolicy">
@ -36,14 +36,14 @@
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>40</x>
<x>45</x>
<y>140</y>
<width>631</width>
<height>581</height>
<width>630</width>
<height>580</height>
</rect>
</property>
<property name="currentIndex">
<number>2</number>
<number>3</number>
</property>
<widget class="QWidget" name="tab_1">
<attribute name="title">
@ -52,8 +52,8 @@
<widget class="QPushButton" name="createTestsButton">
<property name="geometry">
<rect>
<x>145</x>
<y>20</y>
<x>195</x>
<y>60</y>
<width>220</width>
<height>40</height>
</rect>
@ -65,8 +65,8 @@
<widget class="QPushButton" name="createMDFileButton">
<property name="geometry">
<rect>
<x>20</x>
<y>140</y>
<x>70</x>
<y>180</y>
<width>220</width>
<height>40</height>
</rect>
@ -78,8 +78,8 @@
<widget class="QPushButton" name="createAllMDFilesButton">
<property name="geometry">
<rect>
<x>270</x>
<y>140</y>
<x>320</x>
<y>180</y>
<width>220</width>
<height>40</height>
</rect>
@ -91,8 +91,8 @@
<widget class="QPushButton" name="createTestsOutlineButton">
<property name="geometry">
<rect>
<x>145</x>
<y>80</y>
<x>195</x>
<y>120</y>
<width>220</width>
<height>40</height>
</rect>
@ -104,8 +104,8 @@
<widget class="QPushButton" name="createRecursiveScriptButton">
<property name="geometry">
<rect>
<x>20</x>
<y>260</y>
<x>70</x>
<y>300</y>
<width>220</width>
<height>40</height>
</rect>
@ -117,8 +117,8 @@
<widget class="QPushButton" name="createAllRecursiveScriptsButton">
<property name="geometry">
<rect>
<x>270</x>
<y>260</y>
<x>320</x>
<y>300</y>
<width>220</width>
<height>40</height>
</rect>
@ -130,8 +130,8 @@
<widget class="QPushButton" name="createTestAutoScriptButton">
<property name="geometry">
<rect>
<x>20</x>
<y>200</y>
<x>70</x>
<y>240</y>
<width>220</width>
<height>40</height>
</rect>
@ -143,8 +143,8 @@
<widget class="QPushButton" name="createAllTestAutoScriptsButton">
<property name="geometry">
<rect>
<x>270</x>
<y>200</y>
<x>320</x>
<y>240</y>
<width>220</width>
<height>40</height>
</rect>
@ -161,7 +161,7 @@
<widget class="QPushButton" name="hideTaskbarButton">
<property name="geometry">
<rect>
<x>160</x>
<x>200</x>
<y>130</y>
<width>211</width>
<height>40</height>
@ -174,7 +174,7 @@
<widget class="QPushButton" name="showTaskbarButton">
<property name="geometry">
<rect>
<x>160</x>
<x>200</x>
<y>200</y>
<width>211</width>
<height>40</height>
@ -554,7 +554,7 @@
<widget class="QCheckBox" name="checkBoxInteractiveMode">
<property name="geometry">
<rect>
<x>130</x>
<x>200</x>
<y>180</y>
<width>120</width>
<height>20</height>
@ -570,7 +570,7 @@
<widget class="QPushButton" name="evaluateTestsButton">
<property name="geometry">
<rect>
<x>260</x>
<x>330</x>
<y>170</y>
<width>101</width>
<height>40</height>
@ -583,14 +583,14 @@
</widget>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>TestRail</string>
<string>Web Interface</string>
</attribute>
<widget class="QPushButton" name="updateTestRailRunResultsButton">
<property name="geometry">
<rect>
<x>210</x>
<x>130</x>
<y>230</y>
<width>161</width>
<width>160</width>
<height>40</height>
</rect>
</property>
@ -601,7 +601,7 @@
<widget class="QRadioButton" name="createPythonScriptRadioButton">
<property name="geometry">
<rect>
<x>110</x>
<x>60</x>
<y>110</y>
<width>95</width>
<height>20</height>
@ -617,9 +617,9 @@
<widget class="QPushButton" name="createTestRailRunButton">
<property name="geometry">
<rect>
<x>210</x>
<x>130</x>
<y>170</y>
<width>161</width>
<width>160</width>
<height>40</height>
</rect>
</property>
@ -630,9 +630,9 @@
<widget class="QPushButton" name="createTestRailTestCasesButton">
<property name="geometry">
<rect>
<x>210</x>
<x>130</x>
<y>110</y>
<width>161</width>
<width>160</width>
<height>40</height>
</rect>
</property>
@ -643,7 +643,7 @@
<widget class="QRadioButton" name="createXMLScriptRadioButton">
<property name="geometry">
<rect>
<x>110</x>
<x>60</x>
<y>130</y>
<width>95</width>
<height>20</height>
@ -653,6 +653,55 @@
<string>XML</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>40</x>
<y>30</y>
<width>271</width>
<height>300</height>
</rect>
</property>
<property name="title">
<string>TestRail</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>370</x>
<y>30</y>
<width>210</width>
<height>300</height>
</rect>
</property>
<property name="title">
<string>Amazon Web Services</string>
</property>
<widget class="QPushButton" name="createWebPagePushButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>25</x>
<y>80</y>
<width>160</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>Create Web Page</string>
</property>
</widget>
</widget>
<zorder>groupBox</zorder>
<zorder>updateTestRailRunResultsButton</zorder>
<zorder>createPythonScriptRadioButton</zorder>
<zorder>createTestRailRunButton</zorder>
<zorder>createTestRailTestCasesButton</zorder>
<zorder>createXMLScriptRadioButton</zorder>
<zorder>groupBox_2</zorder>
</widget>
</widget>
<widget class="QLabel" name="label_3">
@ -730,7 +779,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>737</width>
<width>720</width>
<height>21</height>
</rect>
</property>