123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534 |
- <?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>974</width>
- <height>591</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Network Filter</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QTableWidget" name="table">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>80</y>
- <width>951</width>
- <height>321</height>
- </rect>
- </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="lineWidth">
- <number>1</number>
- </property>
- <property name="alternatingRowColors">
- <bool>true</bool>
- </property>
- <property name="gridStyle">
- <enum>Qt::SolidLine</enum>
- </property>
- <property name="sortingEnabled">
- <bool>false</bool>
- </property>
- <property name="rowCount">
- <number>100</number>
- </property>
- <property name="columnCount">
- <number>6</number>
- </property>
- <attribute name="horizontalHeaderVisible">
- <bool>false</bool>
- </attribute>
- <attribute name="horizontalHeaderCascadingSectionResizes">
- <bool>false</bool>
- </attribute>
- <attribute name="horizontalHeaderDefaultSectionSize">
- <number>150</number>
- </attribute>
- <attribute name="horizontalHeaderMinimumSectionSize">
- <number>100</number>
- </attribute>
- <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
- <bool>false</bool>
- </attribute>
- <attribute name="horizontalHeaderStretchLastSection">
- <bool>true</bool>
- </attribute>
- <attribute name="verticalHeaderShowSortIndicator" stdset="0">
- <bool>true</bool>
- </attribute>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <row/>
- <column>
- <property name="text">
- <string>Source Address</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Destination Address</string>
- </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>Octects</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Packets</string>
- </property>
- </column>
- </widget>
- <widget class="QWidget" name="layoutWidget">
- <property name="geometry">
- <rect>
- <x>610</x>
- <y>420</y>
- <width>130</width>
- <height>141</height>
- </rect>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <item row="3" column="0">
- <widget class="QLabel" name="Packets_Average_Label">
- <property name="text">
- <string>Packets Average: 0</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QLabel" name="Octets_Average_Label">
- <property name="text">
- <string>Octets Average: 0</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="Packets_Label">
- <property name="text">
- <string>Packets: 0</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0">
- <widget class="QLabel" name="Octets_Label">
- <property name="text">
- <string>Octets: 0</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="layoutWidget1">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>440</y>
- <width>251</width>
- <height>66</height>
- </rect>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLabel" name="Filter_Label">
- <property name="text">
- <string>Column:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QComboBox" name="Filter_Box">
- <item>
- <property name="text">
- <string>Source Address</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Destination Address</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Source Port</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Destination Port</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Octets</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Packets</string>
- </property>
- </item>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <widget class="QLabel" name="Input_Label">
- <property name="text">
- <string>Filter:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="lineEdit"/>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <widget class="QPushButton" name="saveFile">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>476</y>
- <width>152</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string>Save NetFlow file</string>
- </property>
- </widget>
- <widget class="QPushButton" name="openFile">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>430</y>
- <width>152</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string>Open NetFlow file</string>
- </property>
- </widget>
- <widget class="QPushButton" name="runFilter">
- <property name="geometry">
- <rect>
- <x>450</x>
- <y>420</y>
- <width>149</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string>Filter</string>
- </property>
- </widget>
- <widget class="QPushButton" name="sortButton">
- <property name="geometry">
- <rect>
- <x>450</x>
- <y>470</y>
- <width>149</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string>Sort</string>
- </property>
- </widget>
- <widget class="QPushButton" name="clearButton">
- <property name="geometry">
- <rect>
- <x>450</x>
- <y>520</y>
- <width>149</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string>Clear</string>
- </property>
- </widget>
- <widget class="QFrame" name="Banner">
- <property name="geometry">
- <rect>
- <x>-10</x>
- <y>-20</y>
- <width>991</width>
- <height>91</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- <widget class="QLabel" name="HeaderLabel">
- <property name="geometry">
- <rect>
- <x>360</x>
- <y>20</y>
- <width>301</width>
- <height>61</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>25</pointsize>
- </font>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string>Network Filter</string>
- </property>
- </widget>
- </widget>
- <widget class="QFrame" name="LogoFrame">
- <property name="geometry">
- <rect>
- <x>740</x>
- <y>500</y>
- <width>201</width>
- <height>61</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>974</width>
- <height>21</height>
- </rect>
- </property>
- <widget class="QMenu" name="menuFile">
- <property name="title">
- <string>File</string>
- </property>
- <addaction name="actionLoad_Network_Data"/>
- <addaction name="separator"/>
- <addaction name="actionExit"/>
- </widget>
- <widget class="QMenu" name="menuHelp">
- <property name="title">
- <string>Help</string>
- </property>
- <addaction name="actionAbout"/>
- </widget>
- <addaction name="menuFile"/>
- <addaction name="menuHelp"/>
- </widget>
- <action name="actionLoad_Network_Data">
- <property name="text">
- <string>Load Network Data</string>
- </property>
- </action>
- <action name="Action_Output_Audio_File">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Output Audio File</string>
- </property>
- </action>
- <action name="actionExit">
- <property name="text">
- <string>Exit</string>
- </property>
- </action>
- <action name="actionAbout">
- <property name="text">
- <string>About</string>
- </property>
- </action>
- <action name="actionInstructions">
- <property name="text">
- <string>Instructions</string>
- </property>
- </action>
- <action name="actionRemove_Vocals">
- <property name="text">
- <string>Remove Vocals</string>
- </property>
- </action>
- <action name="actionFade_In">
- <property name="text">
- <string>Fade In</string>
- </property>
- </action>
- <action name="actionFade_Out">
- <property name="text">
- <string>Fade Out</string>
- </property>
- </action>
- <action name="actionSwap_Speaker_Side">
- <property name="text">
- <string>Swap Speaker Side</string>
- </property>
- </action>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|