MainWindow<p><b><font size+=2>Appearance</font></b></p><hr><p>Use this tab to customize the appearance of your Qt applications.</p><p>You can select the default GUI Style from the drop down list and customize the colors.</p><p>Any GUI Style plugins in your plugin path will automatically be added to the list of built-in Qt styles. (See the Library Paths tab for information on adding new plugin paths.)</p><p>When you choose 3-D Effects and Window Background colors, the Qt Configuration program will automatically generate a palette for you. To customize colors further, press the Tune Palette button to open the advanced palette editor.<p>The Preview Window shows what the selected Style and colors look like.<p><b><font size+=2>外観</font></b></p><hr><p>このタブでは Qt アプリケーションの外観をカスタマイズします。</p><p>ドロップダウンリストからデフォルトの GUI スタイルを選択して、その色をカスタマイズできます。</p><p>プラグインパスにある全てのプラグインが自動的にQt のビルトインスタイルのリストに追加されます。 (See the Library Paths tab for information on adding new plugin paths.)</p><p>3D 効果とウィンドウの背景色を選択した場合、Qt 設定ツールは自動的にパレットを生成します。さらに色をカスタマイズするには、パレットの調整ボタンを押して拡張パレットエディタを開いてください。<p>プレビューウィンドウでは選択したスタイルと色がどのように見えるかを確認できます。<p><b><font size+=2>Fonts</font></b></p><hr><p>Use this tab to select the default font for your Qt applications. The selected font is shown (initially as 'Sample Text') in the line edit below the Family, Style and Point Size drop down lists.</p><p>Qt has a powerful font substitution feature that allows you to specify a list of substitute fonts. Substitute fonts are used when a font cannot be loaded, or if the specified font doesn't have a particular character.<p>For example, if you select the font Lucida, which doesn't have Korean characters, but need to show some Korean text using the Mincho font family you can do so by adding Mincho to the list. Once Mincho is added, any Korean characters that are not found in the Lucida font will be taken from the Mincho font. Because the font substitutions are lists, you can also select multiple families, such as Song Ti (for use with Chinese text).<p><b><font size+=2>フォント</font></b></p><hr><p>このタブでは Qt アプリケーションのデフォルトフォントの設定を行います。選択したフォントはファミリー、スタイル、ポイントサイズのドロップダウンリストの下にあるラインエディタに(初期値は「テキストのサンプル」で)表示されます。</p><p>Qt には強力なフォント置換機能があり、置換するフォントのリストを指定することができます。置換するフォントはフォントが読み込めない場合や指定したフォントが特定の文字を持たない場合に使用されます。</p><p>例えば、漢字を持たない Lucida フォントを選択した場合に、リストに明朝体のフォントを追加すれば漢字からなる文字列を明朝体で表示することができます。明朝体のフォントが追加してある場合、Lucida フォントに含まれない全ての漢字が明朝体のフォントから用いられます。フォントの置換機能では、ハングル等の複数のファミリーを指定することができます。<p><b><font size+=2>Interface</font></b></p><hr><p>Use this tab to customize the feel of your Qt applications.</p><p>If the Resolve Symlinks checkbox is checked Qt will follow symlinks when handling URLs. For example, in the file dialog, if this setting is turned on and /usr/tmp is a symlink to /var/tmp, entering the /usr/tmp directory will cause the file dialog to change to /var/tmp. With this setting turned off, symlinks are not resolved or followed.</p><p>The Global Strut setting is useful for people who require a minimum size for all widgets (e.g. when using a touch panel or for users who are visually impaired). Leaving the Global Strut width and height at 0 will disable the Global Strut feature</p><p>XIM (Extended Input Methods) are used for entering characters in languages that have large character sets, for example, Chinese and Japanese.<p><b><font size+=2>インターフェース</font></b></p><hr><p>このタブでは Qt アプリケーションの操作感をカスタマイズします。</p><p>「URL でのシンボリックリンクを解決」チェックボックスがチェックされている場合、Qt が URL を処理する際にシンボリックリンクを追跡します。例えば、この設定がオンで /usr/tmp が /var/tmp へのシンボリックリンクの場合、ファイルダイアログで /usr/tmp を表示しようとすると /var/tmp へ移動します。この設定がオフの場合、シンボリックリンクの解決や追跡は行われません。</p><p>「グローバルな設定」は全てのウィジェットに最小サイズが必要な場合(例えば、タッチパネルを使用していたり、目の不自由な方々など)に有用です。幅の最小値と高さの最小値を0にするとこの機能が無効になります。</p><p>XIM (インプットメソッド) は中国語や日本語のような、多数の文字を持つ言語で文字の入力に用いられています。<p><b><font size+=2>Printer</font></b></p><hr><p>Use this tab to configure the way Qt generates output for the printer.You can specify if Qt should try to embed fonts into its generated output.If you enable font embedding, the resulting postscript will be more portable and will more accurately reflect the visual output on the screen; however the resulting postscript file size will be bigger.<p>When using font embedding you can select additional directories where Qt should search for embeddable font files. By default, the X server font path is used.<p><b><font size+=2>プリンタ</font></b></p><hr><p>このタブでは Qt が印刷する際に生成する出力の設定を行います。Qt が生成された印刷物にフォントを埋め込もうとするかどうかを指定できます。フォントを埋め込む場合、生成された PostScript の可搬性が増し、その見た目は画面上の表示をより正確に反映したものとなります。その反面、生成された PostScript ファイルのサイズが大きくなります。<p>フォントを埋め込む場合、Qt が埋め込むフォントファイルを検索するディレクトリを追加で選択することができます。デフォルトでは X サーバーのフォントパスが使われます。<p><b><font size+=2>Phonon</font></b></p><hr><p>Use this tab to configure the Phonon GStreamer multimedia backend. <p>It is reccommended to leave all settings on "Auto" to let Phonon determine your settings automatically.<p><b><font size+=2>Phonon</font></b></p><hr><p>このタブでは Phonon の GStreamer マルチメディアバックエンドの設定を行います。<p>全ての設定を "自動" にして Phonon に自動的に設定させることを推奨します。Desktop Settings (Default)デスクトップの設定(デフォルト)Choose style and palette based on your desktop settings.デスクトップの設定に応じてスタイルとパレットを選択します。On The SpotOn The SpotUnknown不明Auto (default)自動(デフォルト)Choose audio output automatically.オーディオ出力を自動的に選択します。aRtsaRtsExperimental aRts support for GStreamer.Gstreamer での aRts のサポート(Experimental)。Phonon GStreamer backend not available.Phonon の GStreamer バックエンドが見つかりません。Choose render method automatically描画メソッドを自動的に選択しますX11X11Use X11 OverlaysX11 のオーバーレイを使用OpenGLOpenGLUse OpenGL if availableOpenGL が使用可能な場合は使用SoftwareソフトウェアUse simple software renderingソフトウェアでの描画を使用No changes to be saved.内容が変更されていません。Saving changes...保存中…Saved changes.変更を保存しました。Over The SpotOver The SpotOff The SpotOff The SpotRootRootSelect a Directoryディレクトリの選択<h3>%1</h3><br/>Version %2<br/><br/>Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).<h3>%1</h3><br/>バージョン %2<br/><br/>Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).Qt ConfigurationQt 設定ツールSave Changes変更の保存Save changes to settings?変更内容を設定に保存しますか?Appearance外観GUI StyleGUI スタイルSelect GUI &Style:GUI スタイルの選択(&S):PreviewプレビューSelect &Palette:パレットの選択(&P):Active PaletteアクティブなパレットInactive PaletteアクティブではないパレットDisabled Palette無効時のパレットBuild Paletteパレットの設定&Button Background:ボタンのバックグラウンド(&B):Window Back&ground:ウィンドウのバックグラウンド(&G):&Tune Palette...パレットの調整(&T)...Please use the KDE Control Center to set the palette.KDE のシステム設定でパレットの設定をしてください。FontsフォントDefault Fontデフォルトのフォント&Style:スタイル(&S):&Point Size:ポイントサイズ(&P):F&amily:ファミリー(&F):Sample TextテキストのサンプルFont Substitutionフォントの置換S&elect or Enter a Family:ファミリーを選択するか入力してください(&E):Current Substitutions:現在の置換定義:Up上へDown下へRemove削除Select s&ubstitute Family:置換するファミリーの選択(&U):Add追加InterfaceインターフェースFeel Settings一般的な設定 msミリ秒&Double Click Interval:ダブルクリックの間隔(&D):No blinking点滅しない&Cursor Flash Time:カーソルの点滅の間隔(&C): lines行Wheel &Scroll Lines:マウスホイールでのスクロール行数(&S):Resolve symlinks in URLsURL でのシンボリックリンクを解決GUI EffectsGUI のエフェクト&Enable有効(&E)Alt+EAlt+E&Menu Effect:メニューのエフェクト(&E):C&omboBox Effect:コンボボックスのエフェクト(&O):&ToolTip Effect:ツールチップのエフェクト(&T):Tool&Box Effect:ツールボックスのエフェクト(&B):Disable無効AnimateアニメーションFadeフェードGlobal Strutグローバルな設定Minimum &Width:幅の最小値(&W):Minimum Hei&ght:高さの最小値(&G): pixelsピクセルEnhanced support for languages written right-to-left右から左に書かれる言語のサポートの強化XIM Input Style:XIM のインプットスタイル:Default Input Method:デフォルトのインプットメソッド:PrinterプリンタEnable Font embeddingフォントを埋め込むFont PathsフォントのパスBrowse...参照...Press the <b>Browse</b> button or enter a directory and press Enter to add them to the list.<b>ブラウズ</b>ボタンを押すかディレクトリを入力し、エンターキーか追加ボタンでリストに追加してください。PhononPhononAbout PhononPhonon についてCurrent Version:現在のバージョン:Not available使用不可能Website:ウェブサイト:<a href="http://phonon.kde.org">http://phonon.kde.org/</a><a href="http://phonon.kde.org">http://phonon.kde.org/</a>About GStreamerGStreamer について<a href="http://gstreamer.freedesktop.org/">http://gstreamer.freedesktop.org/</a><a href="http://gstreamer.freedesktop.org/">http://gstreamer.freedesktop.org/</a>GStreamer backend settingsGStreamer のバックエンドの設定Preferred audio sink:優先するオーディオシンク:Preferred render method:優先する描画方法:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Note: changes to these settings may prevent applications from starting up correctly.</span></p></body></html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">注: これらの設定の変更によりアプリケーションが正常に起動しなくなる場合があります。</span></p></body></html>&Fileファイル(&F)&Helpヘルプ(&H)&Save保存(&S)Save保存Ctrl+SCtrl+SE&xit終了(&X)Exit終了Ctrl+QCtrl+Q&AboutQt 設定ツールについて(&A)AboutQt 設定ツールについてAbout &Qt&Qt についてAbout QtQt についてPaletteEditorAdvancedTune Paletteパレットの調整Select &Palette:パレットの選択(&P):Active PaletteアクティブなパレットInactive PaletteアクティブではないパレットDisabled Palette無効時のパレットAuto自動Build inactive palette from activeアクティブなパレットからアクティブではないパレットを構築Build disabled palette from activeアクティブなパレットから無効時のパレットを構築Central color &roles中央部の色の役割(&R)Choose central color role中央部の色の役割を選択してください<b>Select a color role.</b><p>Available central roles are: <ul> <li>Window - general background color.</li> <li>WindowText - general foreground color. </li> <li>Base - used as background color for e.g. text entry widgets, usually white or another light color. </li> <li>Text - the foreground color used with Base. Usually this is the same as WindowText, in what case it must provide good contrast both with Window and Base. </li> <li>Button - general button background color, where buttons need a background different from Window, as in the Macintosh style. </li> <li>ButtonText - a foreground color used with the Button color. </li> <li>Highlight - a color to indicate a selected or highlighted item. </li> <li>HighlightedText - a text color that contrasts to Highlight. </li> <li>BrightText - a text color that is very different from WindowText and contrasts well with e.g. black. </li> </ul> </p><b>色の役割の選択。</b><p>選択可能な中央部の役割: <ul> <li>ウィンドウ - 一般的な背景色。</li> <li>ウィンドウテキスト - 一般的な前景色。 </li> <li>ベース - テキスト入力ウィジェット等の背景色。通常は白などの明るい色。 </li> <li>テキスト - ベースと共に用いられる前景色。通常はウィンドウテキストと同じだが、ウィンドウとベースに対してよりよいコントラストが必要な場合に使用される。 </li> <li>ボタン - 一般的なボタンの背景色。Macintosh スタイルのようにウィンドウと異なる背景色を使用する場合に使用される。 </li> <li>ボタンテキスト - ボタンと共に用いられる前景色 </li> <li>ハイライト - アイテムが選択されていたり、ハイライトされていることを示すために使用される色。 </li> <li>ハイライトのテキスト - ハイライト時のテキストの色。 </li> <li>明るいテキスト - 黒などの背景色に対して使用されるテキストの色。ウィンドウテキストの反対の色。 </li> </ul> </p>WindowウィンドウWindowTextウィンドウテキストBaseベースAlternateBaseその他のベースToolTipBaseツールチップのベースToolTipTextツールチップのテキストTextテキストButtonボタンButtonTextボタンのテキストBrightText明るいテキストHighlightハイライトHighlightedTextハイライトされたテキストLinkリンクLinkVisited訪問済みのリンク&Select Color:色の選択(&S):3-D shadow &effects3Dの影の効果(&E)Generate shadings影を生成するCheck to let 3D-effect colors be calculated from button-color.3D効果の色をボタンの色から計算するにはチェックしてください。Build &from button colorボタンの色から構築する(&F)Choose 3D-effect color role3D効果の色の役割の選択<b>Select a color role.</b><p>Available effect roles are: <ul> <li>Light - lighter than Button color. </li> <li>Midlight - between Button and Light. </li> <li>Mid - between Button and Dark. </li> <li>Dark - darker than Button. </li> <li>Shadow - a very dark color. </li> </ul><b>色の役割の選択。</b><p>選択可能な中央部の役割: <ul> <li>ライト - ボタンの色より明るい。 </li> <li>ミッドライト - ボタンとライトの間。 </li> <li>ミッド - ボタンとダークの間。 </li> <li>ダーク - ボタンより暗い。 </li> <li>シャドウ - とても暗い色。 </li> </ul>LightライトMidlightミッドライトMidミッドDarkダークShadowシャドウSelect Co&lor:色の選択(&L):Choose a color色を選択してくださいChoose a color for the selected central color role.選択された中央部の色の役割に使用する色を選択してください。Choose a color for the selected effect color role.選択の効果の色の役割に使用する色を選択してください。PreviewFrameDesktop settings will only take effect after an application restart.デスクトップの設定はアプリケーションの再起動後に反映されます。PreviewWidgetPreview WindowプレビューウィンドウGroupBoxグループボックスRadioButton1ラジオボタン1RadioButton2ラジオボタン2RadioButton3ラジオボタン3GroupBox2グループボックス2CheckBox1チェックボックス1CheckBox2チェックボックス2LineEditラインエディタComboBoxコンボボックスPushButtonプッシュボタン<p><a href="http://qt.digia.com">http://qt.digia.com</a></p>
<p><a href="http://www.kde.org">http://www.kde.org</a></p>