~ubuntu-branches/ubuntu/trusty/quassel/trusty

« back to all changes in this revision

Viewing changes to src/qtui/settingspages/chatmonitorsettingspage.ui

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2014-02-18 23:18:25 UTC
  • mfrom: (1.1.54)
  • Revision ID: package-import@ubuntu.com-20140218231825-6vvoh451otn95pkn
Tags: 0.10~beta1-0ubuntu1
* New upstream beta relase
  - Drop debian/patches/upstream_fix_fullscreen_mode.diff which had been
    cherrypicked from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
     </property>
159
159
    </widget>
160
160
   </item>
 
161
   <item>
 
162
    <widget class="QCheckBox" name="showBacklog">
 
163
     <property name="toolTip">
 
164
      <string>Display messages from backlog on reconnect</string>
 
165
     </property>
 
166
     <property name="text">
 
167
      <string>Show messages from backlog</string>
 
168
     </property>
 
169
    </widget>
 
170
   </item>
 
171
   <item>
 
172
    <layout class="QHBoxLayout" name="horizontalLayout_3">
 
173
     <item>
 
174
      <spacer name="horizontalSpacer_2">
 
175
       <property name="orientation">
 
176
        <enum>Qt::Horizontal</enum>
 
177
       </property>
 
178
       <property name="sizeType">
 
179
        <enum>QSizePolicy::Fixed</enum>
 
180
       </property>
 
181
       <property name="sizeHint" stdset="0">
 
182
        <size>
 
183
         <width>20</width>
 
184
         <height>16</height>
 
185
        </size>
 
186
       </property>
 
187
      </spacer>
 
188
     </item>
 
189
     <item>
 
190
      <widget class="QCheckBox" name="includeRead">
 
191
       <property name="toolTip">
 
192
        <string>Include read messages from backlog on reconnect</string>
 
193
       </property>
 
194
       <property name="text">
 
195
        <string>Include read messages</string>
 
196
       </property>
 
197
      </widget>
 
198
     </item>
 
199
    </layout>
 
200
   </item>
161
201
  </layout>
162
202
 </widget>
163
203
 <customwidgets>
175
215
  <tabstop>activeBuffers</tabstop>
176
216
  <tabstop>showHighlights</tabstop>
177
217
  <tabstop>showOwnMessages</tabstop>
 
218
  <tabstop>showBacklog</tabstop>
 
219
  <tabstop>includeRead</tabstop>
178
220
 </tabstops>
179
221
 <resources/>
180
 
 <connections/>
 
222
 <connections>
 
223
  <connection>
 
224
   <sender>showBacklog</sender>
 
225
   <signal>toggled(bool)</signal>
 
226
   <receiver>includeRead</receiver>
 
227
   <slot>setEnabled(bool)</slot>
 
228
  </connection>
 
229
 </connections>
181
230
</ui>