summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/GUI/catcher_main.glade
diff options
context:
space:
mode:
authorTom2012-04-23 18:13:08 +0200
committerTom2012-04-23 18:13:08 +0200
commit336286e4ddde5b963035a1d16252291181712416 (patch)
tree57366b8a4d89d6d42caa315a96706481a2ebf938 /Src/PyCatcher/GUI/catcher_main.glade
parentfinished database implementation and documentation in thesis, incorporated ch... (diff)
downloadimsi-catcher-detection-336286e4ddde5b963035a1d16252291181712416.tar.gz
imsi-catcher-detection-336286e4ddde5b963035a1d16252291181712416.tar.xz
imsi-catcher-detection-336286e4ddde5b963035a1d16252291181712416.zip
implemented neighbourhood on all bads and csv exporter
Diffstat (limited to 'Src/PyCatcher/GUI/catcher_main.glade')
-rw-r--r--Src/PyCatcher/GUI/catcher_main.glade54
1 files changed, 39 insertions, 15 deletions
diff --git a/Src/PyCatcher/GUI/catcher_main.glade b/Src/PyCatcher/GUI/catcher_main.glade
index f634bdb..fafe0e8 100644
--- a/Src/PyCatcher/GUI/catcher_main.glade
+++ b/Src/PyCatcher/GUI/catcher_main.glade
@@ -57,6 +57,9 @@
<property name="label" translatable="yes">
Cell ID Databases
</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -169,6 +172,9 @@ Cell ID Databases
<property name="label" translatable="yes">
Local Area Database
</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -239,6 +245,38 @@ Local Area Database
<property name="position">9</property>
</packing>
</child>
+ <child>
+ <object class="GtkLabel" id="label7">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">
+CSV
+</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">10</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="btn_csv">
+ <property name="label" translatable="yes">Export as CSV</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="use_action_appearance">False</property>
+ <signal name="clicked" handler="_on_csv_clicked" swapped="no"/>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">11</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -606,21 +644,7 @@ Local Area Database
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="cb_filter_900">
- <property name="label" translatable="yes">Show only the 900 MHz band</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="xalign">0</property>
- <property name="active">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">7</property>
- </packing>
+ <placeholder/>
</child>
</object>
<packing>