Ignore:
Timestamp:
09/23/09 23:56:15 (3 years ago)
Author:
Flupke <luper.rouch@…>
Children:
f862cc9092a9988eea1a30d617040be530eb4d15
Parents:
8ff53121022153f33f8619682042a8d38e7d181d
git-committer:
Flupke <luper.rouch@…> (09/23/09 23:56:15)
Message:

boxsort: commit to test dnd under windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boxsort/files/gui/main_dialog.ui

    r88da727 r8fe8df2  
    190190       <layout class="QHBoxLayout" name="horizontalLayout_2"> 
    191191        <item> 
    192          <widget class="QPlainTextEdit" name="input_text"> 
    193           <property name="font"> 
    194            <font> 
    195             <family>Monospace</family> 
    196            </font> 
    197           </property> 
     192         <widget class="FileDropPlainTextEdit" name="input_text"> 
    198193          <property name="tabChangesFocus"> 
    199194           <bool>true</bool> 
     
    287282  </layout> 
    288283 </widget> 
     284 <customwidgets> 
     285  <customwidget> 
     286   <class>FileDropPlainTextEdit</class> 
     287   <extends>QPlainTextEdit</extends> 
     288   <header>boxsort.gui.widgets.file_drop_plain_text_edit</header> 
     289  </customwidget> 
     290 </customwidgets> 
    289291 <tabstops> 
    290292  <tabstop>select_input_button</tabstop> 
Note: See TracChangeset for help on using the changeset viewer.