/ src / bitmessageqt / blacklist.ui
blacklist.ui
  1  <?xml version="1.0" encoding="UTF-8"?>
  2  <ui version="4.0">
  3   <class>blacklist</class>
  4   <widget class="QWidget" name="blacklist">
  5    <property name="geometry">
  6     <rect>
  7      <x>0</x>
  8      <y>0</y>
  9      <width>819</width>
 10      <height>295</height>
 11     </rect>
 12    </property>
 13    <layout class="QGridLayout" name="gridLayout_6">
 14     <item row="0" column="0" colspan="2">
 15      <widget class="QRadioButton" name="radioButtonBlacklist">
 16       <property name="text">
 17        <string>Use a Blacklist (Allow all incoming messages except those on the Blacklist)</string>
 18       </property>
 19       <property name="checked">
 20        <bool>true</bool>
 21       </property>
 22      </widget>
 23     </item>
 24     <item row="1" column="0" colspan="2">
 25      <widget class="QRadioButton" name="radioButtonWhitelist">
 26       <property name="text">
 27        <string>Use a Whitelist (Block all incoming messages except those on the Whitelist)</string>
 28       </property>
 29      </widget>
 30     </item>
 31     <item row="2" column="0">
 32      <widget class="QPushButton" name="pushButtonAddBlacklist">
 33       <property name="text">
 34        <string>Add new entry</string>
 35       </property>
 36      </widget>
 37     </item>
 38     <item row="2" column="1">
 39      <spacer name="horizontalSpacer_8">
 40       <property name="orientation">
 41        <enum>Qt::Horizontal</enum>
 42       </property>
 43       <property name="sizeHint" stdset="0">
 44        <size>
 45         <width>689</width>
 46         <height>20</height>
 47        </size>
 48       </property>
 49      </spacer>
 50     </item>
 51     <item row="3" column="0" colspan="2">
 52      <widget class="STableWidget" name="tableWidgetBlacklist">
 53       <property name="alternatingRowColors">
 54        <bool>true</bool>
 55       </property>
 56       <property name="selectionMode">
 57        <enum>QAbstractItemView::SingleSelection</enum>
 58       </property>
 59       <property name="selectionBehavior">
 60        <enum>QAbstractItemView::SelectRows</enum>
 61       </property>
 62       <property name="sortingEnabled">
 63        <bool>true</bool>
 64       </property>
 65       <attribute name="horizontalHeaderCascadingSectionResizes">
 66        <bool>true</bool>
 67       </attribute>
 68       <attribute name="horizontalHeaderDefaultSectionSize">
 69        <number>400</number>
 70       </attribute>
 71       <attribute name="horizontalHeaderHighlightSections">
 72        <bool>false</bool>
 73       </attribute>
 74       <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
 75        <bool>false</bool>
 76       </attribute>
 77       <attribute name="horizontalHeaderStretchLastSection">
 78        <bool>true</bool>
 79       </attribute>
 80       <attribute name="verticalHeaderVisible">
 81        <bool>false</bool>
 82       </attribute>
 83       <column>
 84        <property name="text">
 85         <string>Name or Label</string>
 86        </property>
 87       </column>
 88       <column>
 89        <property name="text">
 90         <string>Address</string>
 91        </property>
 92       </column>
 93      </widget>
 94     </item>
 95    </layout>
 96   </widget>
 97   <customwidgets>
 98    <customwidget>
 99     <class>STableWidget</class>
100     <extends>QTableWidget</extends>
101     <header>bitmessageqt/settingsmixin.h</header>
102    </customwidget>
103   </customwidgets>
104   <resources>
105    <include location="bitmessage_icons.qrc"/>
106   </resources>
107   <connections/>
108  </ui>