Remove unused UI file.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32883 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-01-08 14:54:35 +00:00
parent eeb1c45edb
commit 58505db819
3 changed files with 0 additions and 113 deletions

View File

@ -19,7 +19,6 @@
#include "qt_helpers.h"
#include "LyX.h" // for lyx::use_gui
#include "ui_AskForTextUi.h"
#include "support/gettext.h"
#include "support/debug.h"

View File

@ -245,7 +245,6 @@ MOCHEADER = \
UIFILES = \
AboutUi.ui \
AskForTextUi.ui \
BibitemUi.ui \
BiblioUi.ui \
BibtexAddUi.ui \

View File

@ -1,111 +0,0 @@
<ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>AskForTextUi</class>
<widget class="QDialog" name="AskForTextUi" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>269</width>
<height>116</height>
</rect>
</property>
<property name="windowTitle" >
<string>LyX: Enter text</string>
</property>
<property name="sizeGripEnabled" >
<bool>true</bool>
</property>
<layout class="QVBoxLayout" >
<property name="margin" >
<number>11</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="askLA" >
<property name="text" >
<string>&amp;Dummy</string>
</property>
<property name="buddy" >
<cstring>askLE</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="askLE" />
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QPushButton" name="okPB" >
<property name="text" >
<string>&amp;OK</string>
</property>
<property name="default" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="closePB" >
<property name="text" >
<string>&amp;Cancel</string>
</property>
<property name="default" >
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<pixmapfunction></pixmapfunction>
<includes>
<include location="local" >qt_i18n.h</include>
</includes>
<resources/>
<connections/>
</ui>