~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to ui/CAcceptPromptDialog.ui

  • Committer: Nathan Osman
  • Date: 2012-06-20 04:12:55 UTC
  • Revision ID: admin@quickmediasolutions.com-20120620041255-q9h0r4phyz3x6vqw
Implemented security policy for incoming files... even though they still aren't properly stored on the receiving end.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
   </item>
24
24
   <item>
25
25
    <widget class="QTableWidget" name="FileList">
 
26
     <property name="enabled">
 
27
      <bool>true</bool>
 
28
     </property>
 
29
     <property name="selectionBehavior">
 
30
      <enum>QAbstractItemView::SelectRows</enum>
 
31
     </property>
26
32
     <attribute name="horizontalHeaderStretchLastSection">
27
33
      <bool>true</bool>
28
34
     </attribute>
 
35
     <attribute name="verticalHeaderVisible">
 
36
      <bool>false</bool>
 
37
     </attribute>
29
38
     <column>
30
39
      <property name="text">
31
40
       <string>Filename</string>
33
42
     </column>
34
43
     <column>
35
44
      <property name="text">
36
 
       <string>Size (bytes)</string>
 
45
       <string>Size</string>
37
46
      </property>
38
47
     </column>
39
48
    </widget>
41
50
   <item>
42
51
    <widget class="QLabel" name="AcceptLabel">
43
52
     <property name="text">
44
 
      <string>Do you wish to accept these files?</string>
 
53
      <string>Do you wish to accept the file(s)?</string>
45
54
     </property>
46
55
    </widget>
47
56
   </item>