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/boxsort/gui/ui/main_dialog.py

    r88da727 r8fe8df2  
    33# Form implementation generated from reading ui file 'files/gui/main_dialog.ui' 
    44# 
    5 # Created: Wed Sep 23 19:26:55 2009 
     5# Created: Wed Sep 23 23:49:49 2009 
    66#      by: PyQt4 UI code generator 4.4.4 
    77# 
     
    8484        self.horizontalLayout_2 = QtGui.QHBoxLayout(self.groupBox) 
    8585        self.horizontalLayout_2.setObjectName("horizontalLayout_2") 
    86         self.input_text = QtGui.QPlainTextEdit(self.groupBox) 
    87         font = QtGui.QFont() 
    88         font.setFamily("Monospace") 
    89         self.input_text.setFont(font) 
     86        self.input_text = FileDropPlainTextEdit(self.groupBox) 
    9087        self.input_text.setTabChangesFocus(True) 
    9188        self.input_text.setUndoRedoEnabled(False) 
     
    147144        self.save_output_button.setText(QtGui.QApplication.translate("BoxSortDialog", "Enregistrer la sortie sous...", None, QtGui.QApplication.UnicodeUTF8)) 
    148145 
     146from boxsort.gui.widgets.file_drop_plain_text_edit import FileDropPlainTextEdit 
Note: See TracChangeset for help on using the changeset viewer.