zclinewidget.ui

来自「股票分析系统」· UI 代码 · 共 53 行

UI
53
字号
<!DOCTYPE UI><UI version="3.2" stdsetdef="1"><class>ZCLineWidget</class><widget class="QWidget">    <property name="name">        <cstring>ZCLineWidget</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>724</width>            <height>583</height>        </rect>    </property>    <property name="caption">        <string>ZCLineWidget</string>    </property></widget><includes>    <include location="local" impldecl="in declaration">stockTel.h</include>    <include location="local" impldecl="in declaration">datastruct.h</include>    <include location="global" impldecl="in implementation">qpainter.h</include>    <include location="local" impldecl="in implementation">zclinewidget.ui.h</include></includes><variables>    <variable>ZDaysStruct* Data;</variable>    <variable access="private">unsigned char style;</variable>    <variable>int DisplayDays;</variable>    <variable>int CurrentDay;</variable>    <variable>ZTel* Tel;</variable>    <variable>ZWorld *zw;</variable>    <variable>int days;</variable></variables><signals>    <signal>getCurrentDay(ZDaysStruct* pDay,int day);</signal>    <signal>getMinutes(ZDaysStruct* pDay);</signal></signals><slots>    <slot>drawRectF( QPainter * p, float x1, float y1, float x2, float y2 )</slot>    <slot>clear()</slot>    <slot>paintEvent( QPaintEvent * )</slot>    <slot>setCurrentDay( unsigned int d )</slot>    <slot>setData( ZTel * tel, unsigned char style )</slot>    <slot>mousePressEvent( QMouseEvent * e )</slot>    <slot>mouseDoubleClickEvent( QMouseEvent * e )</slot></slots><functions>    <function access="private" specifier="non virtual">init()</function></functions><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?