⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 packetdetailsdialogui.ui

📁 isdn的完整解决方案。非常强大。不过是国际标准而非国标。
💻 UI
字号:
<!DOCTYPE UI><UI version="3.2" stdsetdef="1"><class>PacketDetailsDialogUi</class><widget class="QWidget">    <property name="name">        <cstring>PacketDetailsDialogUi</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>539</width>            <height>603</height>        </rect>    </property>    <property name="font">        <font>            <family>Courier [Adobe]</family>            <pointsize>14</pointsize>        </font>    </property>    <property name="caption">        <string>Form1</string>    </property>    <grid>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QGroupBox" row="0" column="0">            <property name="name">                <cstring>groupBox1</cstring>            </property>            <property name="title">                <string>packet hex code:</string>            </property>            <grid>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QLineEdit" row="0" column="0" rowspan="1" colspan="4">                    <property name="name">                        <cstring>hexEdit</cstring>                    </property>                </widget>                <widget class="QPushButton" row="2" column="3">                    <property name="name">                        <cstring>sendButton</cstring>                    </property>                    <property name="text">                        <string>send packet</string>                    </property>                </widget>                <widget class="QCheckBox" row="1" column="1">                    <property name="name">                        <cstring>checkBoxChecksum</cstring>                    </property>                    <property name="text">                        <string>checksum</string>                    </property>                </widget>                <spacer row="1" column="2">                    <property name="name">                        <cstring>spacer2</cstring>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                    <property name="sizeType">                        <enum>Expanding</enum>                    </property>                    <property name="sizeHint">                        <size>                            <width>20</width>                            <height>20</height>                        </size>                    </property>                </spacer>                <widget class="QCheckBox" row="1" column="0">                    <property name="name">                        <cstring>checkBoxStart</cstring>                    </property>                    <property name="enabled">                        <bool>false</bool>                    </property>                    <property name="text">                        <string>start flag (7E)</string>                    </property>                </widget>                <widget class="QCheckBox" row="2" column="0">                    <property name="name">                        <cstring>checkBoxEnd</cstring>                    </property>                    <property name="enabled">                        <bool>false</bool>                    </property>                    <property name="text">                        <string>end flag (7E)</string>                    </property>                </widget>                <spacer row="2" column="2">                    <property name="name">                        <cstring>spacer4</cstring>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                    <property name="sizeType">                        <enum>Expanding</enum>                    </property>                    <property name="sizeHint">                        <size>                            <width>20</width>                            <height>20</height>                        </size>                    </property>                </spacer>                <widget class="QCheckBox" row="2" column="1">                    <property name="name">                        <cstring>checkBoxBitStuff</cstring>                    </property>                    <property name="text">                        <string>bit-stuffing</string>                    </property>                </widget>            </grid>        </widget>        <widget class="QToolBox" row="1" column="0">            <property name="name">                <cstring>toolBox</cstring>            </property>            <property name="currentIndex">                <number>1</number>            </property>            <widget class="QWidget">                <property name="name">                    <cstring>page1</cstring>                </property>                <property name="backgroundMode">                    <enum>PaletteBackground</enum>                </property>                <attribute name="label">                    <string>Layer2</string>                </attribute>                <grid>                    <property name="name">                        <cstring>unnamed</cstring>                    </property>                    <widget class="TableLayer2" row="0" column="0">                        <property name="name">                            <cstring>tableLay2</cstring>                        </property>                        <property name="numRows">                            <number>0</number>                        </property>                        <property name="numCols">                            <number>4</number>                        </property>                    </widget>                </grid>            </widget>            <widget class="QWidget">                <property name="name">                    <cstring>page2</cstring>                </property>                <property name="backgroundMode">                    <enum>PaletteBackground</enum>                </property>                <attribute name="label">                    <string>Layer3</string>                </attribute>                <grid>                    <property name="name">                        <cstring>unnamed</cstring>                    </property>                    <widget class="TableLayer3" row="0" column="0">                        <property name="name">                            <cstring>tableLay3</cstring>                        </property>                        <property name="acceptDrops">                            <bool>true</bool>                        </property>                        <property name="numRows">                            <number>0</number>                        </property>                        <property name="numCols">                            <number>4</number>                        </property>                    </widget>                </grid>            </widget>        </widget>    </grid></widget><includes>    <include location="local" impldecl="in declaration">tablelayer2.h</include>    <include location="local" impldecl="in declaration">tablelayer3.h</include>	 <include location="local" impldecl="in declaration">tablelayer.h</include>	<include location="local" impldecl="in declaration">qtable.h</include></includes><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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