Browse Source

Note to enable fetching prices to see market data

dev
fekt 2 weeks ago
parent
commit
cad3043d24
  1. 35
      src/mainwindow.ui

35
src/mainwindow.ui

@ -14,7 +14,7 @@
<string>SilentDragon</string>
</property>
<property name="windowIcon">
<iconset resource="../application.qrc">
<iconset resource="../application-sdx.qrc">
<normaloff>:/icons/icon.ico</normaloff>:/icons/icon.ico</iconset>
</property>
<widget class="QWidget" name="centralWidget">
@ -1118,9 +1118,30 @@
</item>
<item row="1" column="0" colspan="4">
<widget class="QChartView" name="marketChart">
<property name="enabled">
<bool>true</bool>
</property>
<property name="toolTip">
<string/>
</property>
<property name="toolTipDuration">
<number>5</number>
</property>
<property name="whatsThis">
<string/>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="interactive">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="3">
@ -1170,6 +1191,16 @@
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="marketNote">
<property name="text">
<string>Allow &quot;Connect to the internet to fetch prices&quot; under Edit &gt; Settings &gt; Options to see market data</string>
</property>
<property name="openExternalLinks">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_debug">
@ -1903,7 +1934,7 @@
<tabstop>sendToScrollArea</tabstop>
</tabstops>
<resources>
<include location="../application.qrc"/>
<include location="../application-sdx.qrc"/>
</resources>
<connections/>
</ui>

Loading…
Cancel
Save