123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1046</width>
- <height>551</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Simple Packet Sniffer</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QPushButton" name="capture">
- <property name="geometry">
- <rect>
- <x>330</x>
- <y>439</y>
- <width>114</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: gray;
- border-style: outset;
- border-width: 2px;
- border-color:gray;
- color:white;
-
- </string>
- </property>
- <property name="text">
- <string>Capture</string>
- </property>
- </widget>
- <widget class="QTableWidget" name="packetDisplay">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>90</y>
- <width>691</width>
- <height>191</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="font">
- <font>
- <pointsize>11</pointsize>
- </font>
- </property>
- <property name="sizeAdjustPolicy">
- <enum>QAbstractScrollArea::AdjustToContents</enum>
- </property>
- <property name="rowCount">
- <number>0</number>
- </property>
- <attribute name="horizontalHeaderCascadingSectionResizes">
- <bool>false</bool>
- </attribute>
- <attribute name="horizontalHeaderDefaultSectionSize">
- <number>140</number>
- </attribute>
- <attribute name="horizontalHeaderMinimumSectionSize">
- <number>4</number>
- </attribute>
- <attribute name="horizontalHeaderStretchLastSection">
- <bool>false</bool>
- </attribute>
- <attribute name="verticalHeaderStretchLastSection">
- <bool>false</bool>
- </attribute>
- <column>
- <property name="text">
- <string>Source IP</string>
- </property>
- <property name="font">
- <font>
- <pointsize>13</pointsize>
- </font>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Destination IP</string>
- </property>
- <property name="font">
- <font>
- <pointsize>13</pointsize>
- </font>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Source Port</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Destination Port</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Protocol</string>
- </property>
- </column>
- </widget>
- <widget class="QTextEdit" name="packetSummary">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>300</y>
- <width>691</width>
- <height>121</height>
- </rect>
- </property>
- </widget>
- <widget class="QComboBox" name="selDevices">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>444</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>449</y>
- <width>91</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Select Device:</string>
- </property>
- </widget>
- <widget class="QPushButton" name="resetButton">
- <property name="geometry">
- <rect>
- <x>450</x>
- <y>440</y>
- <width>114</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: gray;
- border-style: outset;
- border-width: 2px;
- border-color:gray;
- color:white;
-
- </string>
- </property>
- <property name="text">
- <string>Reset</string>
- </property>
- </widget>
- <widget class="QListWidget" name="imageDisplayList">
- <property name="geometry">
- <rect>
- <x>710</x>
- <y>90</y>
- <width>331</width>
- <height>331</height>
- </rect>
- </property>
- </widget>
- <widget class="QFrame" name="frame">
- <property name="geometry">
- <rect>
- <x>840</x>
- <y>420</y>
- <width>201</width>
- <height>61</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-image: url(:/images/logo.png);</string>
- </property>
- <property name="frameShape">
- <enum>QFrame::NoFrame</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- </widget>
- <widget class="QFrame" name="frame_2">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>-10</y>
- <width>1061</width>
- <height>91</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color:#c2050b
- ;
- border-color:#525662;</string>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- <widget class="QLabel" name="old_label_2">
- <property name="geometry">
- <rect>
- <x>405</x>
- <y>20</y>
- <width>381</width>
- <height>61</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>25</pointsize>
- </font>
- </property>
- <property name="styleSheet">
- <string notr="true">color:#f9ffff;</string>
- </property>
- <property name="text">
- <string>Simple Packet Sniffer</string>
- </property>
- </widget>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1046</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- <widget class="QToolBar" name="mainToolBar">
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|