src/gui/dialogs/qfiledialog.ui
changeset 22 79de32ba3296
parent 18 2f34d5167611
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
    81      <item>
    81      <item>
    82       <widget class="QToolButton" name="backButton" >
    82       <widget class="QToolButton" name="backButton" >
    83        <property name="toolTip" >
    83        <property name="toolTip" >
    84         <string>Back</string>
    84         <string>Back</string>
    85        </property>
    85        </property>
       
    86        <property name="accessibleName">
       
    87         <string>Back</string>
       
    88        </property>
       
    89        <property name="accessibleDescription">
       
    90         <string>Go back</string>
       
    91        </property>
    86       </widget>
    92       </widget>
    87      </item>
    93      </item>
    88      <item>
    94      <item>
    89       <widget class="QToolButton" name="forwardButton" >
    95       <widget class="QToolButton" name="forwardButton" >
    90        <property name="toolTip" >
    96        <property name="toolTip" >
    91         <string>Forward</string>
    97         <string>Forward</string>
    92        </property>
    98        </property>
       
    99        <property name="accessibleName">
       
   100         <string>Forward</string>
       
   101        </property>
       
   102        <property name="accessibleDescription">
       
   103         <string>Go forward</string>
       
   104        </property>
    93       </widget>
   105       </widget>
    94      </item>
   106      </item>
    95      <item>
   107      <item>
    96       <widget class="QToolButton" name="toParentButton" >
   108       <widget class="QToolButton" name="toParentButton" >
    97        <property name="toolTip" >
   109        <property name="toolTip" >
    98         <string>Parent Directory</string>
   110         <string>Parent Directory</string>
    99        </property>
   111        </property>
       
   112        <property name="accessibleName">
       
   113         <string>Parent Directory</string>
       
   114        </property>
       
   115        <property name="accessibleDescription">
       
   116         <string>Go to the parent directory</string>
       
   117        </property>
   100       </widget>
   118       </widget>
   101      </item>
   119      </item>
   102      <item>
   120      <item>
   103       <widget class="QToolButton" name="newFolderButton" >
   121       <widget class="QToolButton" name="newFolderButton" >
   104        <property name="toolTip" >
   122        <property name="toolTip" >
   105         <string>Create New Folder</string>
   123         <string>Create New Folder</string>
   106        </property>
   124        </property>
       
   125        <property name="accessibleName">
       
   126         <string>Create New Folder</string>
       
   127        </property>
       
   128        <property name="accessibleDescription">
       
   129         <string>Create a New Folder</string>
       
   130        </property>
   107       </widget>
   131       </widget>
   108      </item>
   132      </item>
   109      <item>
   133      <item>
   110       <widget class="QToolButton" name="listModeButton" >
   134       <widget class="QToolButton" name="listModeButton" >
   111        <property name="toolTip" >
   135        <property name="toolTip" >
   112         <string>List View</string>
   136         <string>List View</string>
   113        </property>
   137        </property>
       
   138        <property name="accessibleName">
       
   139         <string>List View</string>
       
   140        </property>
       
   141        <property name="accessibleDescription">
       
   142         <string>Change to list view mode</string>
       
   143        </property>
   114       </widget>
   144       </widget>
   115      </item>
   145      </item>
   116      <item>
   146      <item>
   117       <widget class="QToolButton" name="detailModeButton" >
   147       <widget class="QToolButton" name="detailModeButton" >
   118        <property name="toolTip" >
   148        <property name="toolTip" >
   119         <string>Detail View</string>
   149         <string>Detail View</string>
       
   150        </property>
       
   151        <property name="accessibleName">
       
   152         <string>Detail View</string>
       
   153        </property>
       
   154        <property name="accessibleDescription">
       
   155         <string>Change to detail view mode</string>
   120        </property>
   156        </property>
   121       </widget>
   157       </widget>
   122      </item>
   158      </item>
   123     </layout>
   159     </layout>
   124    </item>
   160    </item>