Add API Key field

pull/84/head
devnulling 8 years ago
parent 65e5bd1e2e
commit 2ffdcf6705

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>687</width> <width>719</width>
<height>422</height> <height>454</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
@ -102,8 +102,8 @@
<rect> <rect>
<x>10</x> <x>10</x>
<y>20</y> <y>20</y>
<width>236</width> <width>241</width>
<height>251</height> <height>281</height>
</rect> </rect>
</property> </property>
<property name="title"> <property name="title">
@ -307,7 +307,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>10</x>
<y>200</y> <y>190</y>
<width>221</width> <width>221</width>
<height>22</height> <height>22</height>
</rect> </rect>
@ -320,7 +320,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>10</x>
<y>220</y> <y>210</y>
<width>221</width> <width>221</width>
<height>22</height> <height>22</height>
</rect> </rect>
@ -329,6 +329,16 @@
<string>Use DC blocking filter</string> <string>Use DC blocking filter</string>
</property> </property>
</widget> </widget>
<widget class="QLineEdit" name="line_my_api_key">
<property name="geometry">
<rect>
<x>90</x>
<y>250</y>
<width>121</width>
<height>27</height>
</rect>
</property>
</widget>
</widget> </widget>
<widget class="QGroupBox" name="group_output"> <widget class="QGroupBox" name="group_output">
<property name="geometry"> <property name="geometry">
@ -549,6 +559,19 @@
</property> </property>
</widget> </widget>
</widget> </widget>
<widget class="QLabel" name="label_34">
<property name="geometry">
<rect>
<x>20</x>
<y>270</y>
<width>67</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>API Key</string>
</property>
</widget>
</widget> </widget>
<widget class="QWidget" name="dashboard"> <widget class="QWidget" name="dashboard">
<attribute name="title"> <attribute name="title">
@ -1031,7 +1054,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>687</width> <width>719</width>
<height>25</height> <height>25</height>
</rect> </rect>
</property> </property>

Loading…
Cancel
Save