Ignore:
Timestamp:
May 3, 2016, 5:25:45 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update trunk to version 16.4

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/logwindowbase.ui

    r113 r176  
    1 <ui version="4.0" >
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    23 <author>Ricardo Villalba</author>
    34 <class>LogWindowBase</class>
    4  <widget class="QWidget" name="LogWindowBase" >
    5   <property name="geometry" >
     5 <widget class="QWidget" name="LogWindowBase">
     6  <property name="geometry">
    67   <rect>
    78    <x>0</x>
     
    1112   </rect>
    1213  </property>
    13   <property name="windowTitle" >
    14    <string>Log Window</string>
     14  <property name="windowTitle">
     15   <string notr="true">Log Window</string>
    1516  </property>
    16   <layout class="QVBoxLayout" >
    17    <property name="margin" >
     17  <layout class="QVBoxLayout">
     18   <property name="spacing">
     19    <number>6</number>
     20   </property>
     21   <property name="margin">
    1822    <number>11</number>
    1923   </property>
    20    <property name="spacing" >
    21     <number>6</number>
    22    </property>
    2324   <item>
    24     <widget class="QTextEdit" name="browser" >
    25      <property name="readOnly" >
     25    <widget class="QTextEdit" name="browser">
     26     <property name="readOnly">
    2627      <bool>true</bool>
    2728     </property>
     
    2930   </item>
    3031   <item>
    31     <layout class="QHBoxLayout" >
    32      <property name="margin" >
     32    <layout class="QHBoxLayout">
     33     <property name="spacing">
     34      <number>6</number>
     35     </property>
     36     <property name="margin">
    3337      <number>0</number>
    34      </property>
    35      <property name="spacing" >
    36       <number>6</number>
    3738     </property>
    3839     <item>
    3940      <spacer>
    40        <property name="orientation" >
     41       <property name="orientation">
    4142        <enum>Qt::Horizontal</enum>
    4243       </property>
    43        <property name="sizeType" >
     44       <property name="sizeType">
    4445        <enum>QSizePolicy::Expanding</enum>
    4546       </property>
    46        <property name="sizeHint" >
     47       <property name="sizeHint" stdset="0">
    4748        <size>
    4849         <width>191</width>
     
    5354     </item>
    5455     <item>
    55       <widget class="QPushButton" name="saveButton" >
    56        <property name="toolTip" >
     56      <widget class="QPushButton" name="saveButton">
     57       <property name="toolTip">
    5758        <string>Save</string>
    5859       </property>
    59        <property name="text" >
     60       <property name="text">
    6061        <string>Save</string>
    6162       </property>
     
    6364     </item>
    6465     <item>
    65       <widget class="QPushButton" name="copyButton" >
    66        <property name="toolTip" >
     66      <widget class="QPushButton" name="copyButton">
     67       <property name="toolTip">
    6768        <string>Copy to clipboard</string>
    6869       </property>
    69        <property name="text" >
     70       <property name="text">
    7071        <string>Copy to clipboard</string>
    7172       </property>
     
    7374     </item>
    7475     <item>
    75       <widget class="QPushButton" name="closeButton" >
    76        <property name="toolTip" >
     76      <widget class="QPushButton" name="closeButton">
     77       <property name="toolTip">
    7778        <string>Close</string>
    7879       </property>
    79        <property name="text" >
     80       <property name="text">
    8081        <string>&amp;Close</string>
    8182       </property>
     
    8687  </layout>
    8788 </widget>
    88  <layoutdefault spacing="6" margin="11" />
     89 <layoutdefault spacing="6" margin="11"/>
    8990 <resources/>
    9091 <connections>
     
    9596   <slot>close()</slot>
    9697   <hints>
    97     <hint type="sourcelabel" >
     98    <hint type="sourcelabel">
    9899     <x>20</x>
    99100     <y>20</y>
    100101    </hint>
    101     <hint type="destinationlabel" >
     102    <hint type="destinationlabel">
    102103     <x>20</x>
    103104     <y>20</y>
Note: See TracChangeset for help on using the changeset viewer.